aboutsummaryrefslogtreecommitdiff
path: root/pow/POW-0.7/lib/_der.py
diff options
context:
space:
mode:
Diffstat (limited to 'pow/POW-0.7/lib/_der.py')
-rw-r--r--pow/POW-0.7/lib/_der.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pow/POW-0.7/lib/_der.py b/pow/POW-0.7/lib/_der.py
index 590185c4..0a7a60c2 100644
--- a/pow/POW-0.7/lib/_der.py
+++ b/pow/POW-0.7/lib/_der.py
@@ -137,7 +137,7 @@ class DerError(Exception):
__str__ = __repr__
-class _Tag:
+class _Tag(object):
def __init__(self):
self.tagclass = 0
self.tagform = 0
@@ -179,7 +179,7 @@ class _Tag:
total = (total << 7) | byte
self.tagnumber = total
-class _Length:
+class _Length(object):
def __init__(self):
self.length = 0
@@ -443,7 +443,7 @@ _addFragment('''
</class>
''')
-class _GeneralObject:
+class _GeneralObject(object):
_addFragment('''
<constructor>
@@ -1982,7 +1982,7 @@ _addFragment('''
</body>
</class>
''')
-class Choice:
+class Choice(object):
_addFragment('''
<constructor>