Skip to content

Commit 48c2121

Browse files
author
Roland Hedberg
committed
Only six not future
1 parent 98d89d6 commit 48c2121

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
'pytz',
1818
'pyOpenSSL',
1919
'python-dateutil',
20-
'six',
21-
'future'
20+
'six'
2221
]
2322

2423
version = ''

tests/test_30_mdstore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# -*- coding: utf-8 -*-
33
import datetime
44
import re
5-
#from six.moves.urllib.parse import quote_plus
6-
from future.backports.urllib.parse import quote_plus
5+
from six.moves.urllib.parse import quote_plus
6+
#from future.backports.urllib.parse import quote_plus
77
from saml2.config import Config
88
from saml2.mdstore import MetadataStore
99
from saml2.mdstore import MetaDataMDX

0 commit comments

Comments
 (0)