server/utils.py
branchstable
changeset 5376 2c3f14bc2590
parent 5066 bf5cbc351e99
child 5421 8167de96c523
--- a/server/utils.py	Thu Apr 22 18:25:34 2010 +0200
+++ b/server/utils.py	Thu Apr 22 19:37:56 2010 +0000
@@ -152,6 +152,5 @@
         self.daemon = True
         Thread.start(self)
 
-    @property
-    def name(self):
+    def getName(self):
         return '%s(%s)' % (self._name, Thread.getName(self))