From: Thierry Parmentelat Date: Thu, 26 Jan 2012 14:35:51 +0000 (+0100) Subject: cosmetic X-Git-Tag: sfa-2.1-1~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=52e791c561656be4490cacfbedf26c8bfb2a1c4a;p=sfa.git cosmetic --- diff --git a/sfa/storage/persistentobjs.py b/sfa/storage/persistentobjs.py index 8ff81ed8..715ea671 100644 --- a/sfa/storage/persistentobjs.py +++ b/sfa/storage/persistentobjs.py @@ -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