aboutsummaryrefslogtreecommitdiff
path: root/pow/POW-0.7/lib/_simpledb.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-07-07 17:15:11 +0000
committerRob Austein <sra@hactrn.net>2007-07-07 17:15:11 +0000
commit9c9498847846e0900be53a5c19c09b011f7e0822 (patch)
treeaf9d0840525cd9bbb1919cb50a2640bce402635b /pow/POW-0.7/lib/_simpledb.py
parented43d040bf72c2b8eb9d2cec3444556761b3c606 (diff)
Merge in initial fixes
svn path=/pow/POW-0.7/lib/_der.py; revision=724
Diffstat (limited to 'pow/POW-0.7/lib/_simpledb.py')
-rwxr-xr-xpow/POW-0.7/lib/_simpledb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/lib/_simpledb.py b/pow/POW-0.7/lib/_simpledb.py
index ed5d20fa..190e96be 100755
--- a/pow/POW-0.7/lib/_simpledb.py
+++ b/pow/POW-0.7/lib/_simpledb.py
@@ -36,7 +36,7 @@
import _oids, _objects, types
-class OidData:
+class OidData(object):
def __init__(self):
self.oids = _oids.data
self.objs = _objects.data