Exemplo n.º 1
0
Arquivo: Util.py Projeto: billynip/map
 def __lt__(self, other):
     self.__make_unique()
     return UserList.__lt__(self, other)
Exemplo n.º 2
0
 def __lt__(self, other):
     self.__make_unique()
     return UserList.__lt__(self, other)