Changeset 38:b7c38c06f727 for wokkel/compat.py
- Timestamp:
- Oct 11, 2008, 9:43:57 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/compat.py
r37 r38 104 104 105 105 def __init__(self, authenticatorFactory): 106 xmlstream.BootstrapMixin.__init__(self)106 BootstrapMixin.__init__(self) 107 107 self.authenticatorFactory = authenticatorFactory 108 108
Note: See TracChangeset
for help on using the changeset viewer.