oops
This commit is contained in:
parent
f2bb229e89
commit
752630e2da
@ -60,7 +60,7 @@ class ObjectId(object):
|
||||
return self.__id
|
||||
|
||||
def __repr__(self):
|
||||
return "ObjectId('%r')" % self.__id
|
||||
return "ObjectId(%r)" % self.__id
|
||||
|
||||
def __cmp__(self, other):
|
||||
if isinstance(other, ObjectId):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user