vregistry.py
branchstable
changeset 4425 b9913205d91e
parent 4212 ab6573088b4a
child 4436 294e084f1263
--- a/vregistry.py	Tue Feb 02 10:59:44 2010 +0100
+++ b/vregistry.py	Tue Feb 02 11:00:08 2010 +0100
@@ -108,7 +108,6 @@
             # use classid() to compare classes because vreg will probably
             # have its own version of the class, loaded through execfile
             if registered.classid() == oid:
-                # XXX automatic reloading management
                 self[obj.id].remove(registered)
                 break
         else: