updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / python3-plex / machines.patch
blob8a27e26ad8ced9620b5d657779450875f4e41287
1 --- src/plex/machines.py.orig 2010-05-28 00:25:10.914630098 +0300
2 +++ src/plex/machines.py 2010-05-28 00:26:54.144574644 +0300
3 @@ -115,6 +115,15 @@
4 def __str__(self):
5 return "State %d" % self.number
7 + def __lt__(self, other):
8 + return id(self) < id(other)
10 + def __gt__(self, other):
11 + return id(self) > id(other)
13 + def __hash__(self):
14 + return id(self)
16 def dump(self, file):
17 import string
18 # Header