Fix relative import fialure for python3
Relative imports don't quite work anymore in python3.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import calendar
|
import calendar
|
||||||
from six.moves.urllib.parse import urlparse
|
from six.moves.urllib.parse import urlparse
|
||||||
import re
|
import re
|
||||||
import time_util
|
from saml2 import time_util
|
||||||
import struct
|
import struct
|
||||||
import base64
|
import base64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user