From 52e791c561656be4490cacfbedf26c8bfb2a1c4a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 26 Jan 2012 15:35:51 +0100 Subject: [PATCH] cosmetic --- sfa/storage/persistentobjs.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.0