Skip to content

Commit 52abf76

Browse files
author
christianbpedersen
committed
Merge pull request #7 from claytantor/master
Push to fix import and typo
2 parents 4d4f9df + 3d7d2c1 commit 52abf76

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from BaseHTTPServer import BaseHTTPRequestHandler
1010
from BaseHTTPServer import HTTPServer
1111

12-
from onelogin.saml import AuthnRequest, Response
12+
from onelogin.saml import AuthRequest, Response
1313

1414
__version__ = '0.1'
1515

onelogin/saml/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
ResponseNameIDError,
55
ResponseConditionError,
66
)
7+
import AuthRequest
8+
import SignatureVerifier

0 commit comments

Comments
 (0)