editorial

This commit is contained in:
Roland Hedberg
2011-03-14 21:54:53 +01:00
parent f44234b653
commit 8023394219

View File

@@ -1,4 +1,3 @@
import base64
import sys
from attribute_converter import to_local
@@ -158,4 +157,4 @@ class AuthnRequest(Request):
def attributes(self):
return to_local(self.attribute_converters, self.message)