diff options
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 |