Example #1
0
File: Util.py Project: billynip/map
 def __lt__(self, other):
     self.__make_unique()
     return UserList.__lt__(self, other)
Example #2
0
 def __lt__(self, other):
     self.__make_unique()
     return UserList.__lt__(self, other)