diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-07 17:15:11 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-07 17:15:11 +0000 |
commit | 9c9498847846e0900be53a5c19c09b011f7e0822 (patch) | |
tree | af9d0840525cd9bbb1919cb50a2640bce402635b /pow/POW-0.7/lib/_simpledb.py | |
parent | ed43d040bf72c2b8eb9d2cec3444556761b3c606 (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-x | pow/POW-0.7/lib/_simpledb.py | 2 |
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 |