cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 Jan 2012 14:35:51 +0000 (15:35 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 Jan 2012 14:35:51 +0000 (15:35 +0100)
sfa/storage/persistentobjs.py

index 8ff81ed..715ea67 100644 (file)
@@ -107,7 +107,6 @@ class AlchemyObj:
 # accomodate variants in types like authority+am and the like
 
 class RegRecord (Base,AlchemyObj):
-    # xxx tmp would be 'records'
     __tablename__       = 'records'
     record_id           = Column (Integer, primary_key=True)
     # this is the discriminator that tells which class to use