etwist/server.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 1016 26387b836099
child 1263 01152fffd593
--- a/etwist/server.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/etwist/server.py	Mon Mar 23 17:55:59 2009 +0100
@@ -360,7 +360,7 @@
             acount += 1
         else:
             try:
-                ocount[obj.__class__]+= 1
+                ocount[obj.__class__] += 1
             except KeyError:
                 ocount[obj.__class__] = 1
             except AttributeError: