Skip to content

Commit 016fac8

Browse files
committed
Fix relative import fialure for python3
Relative imports don't quite work anymore in python3.
1 parent ea94fb4 commit 016fac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import calendar
22
from six.moves.urllib.parse import urlparse
33
import re
4-
import time_util
4+
from saml2 import time_util
55
import struct
66
import base64
77

0 commit comments

Comments
 (0)