Make PresenceAccount_TestCase inheritable

- PresenceAccount subclasses can reuse PresenceAccount_TestCase tests

darcs-hash:20070509161025-86b55-4a6cfb08b0de6dc7e77b63aee4482712da75743b.gz
This commit is contained in:
David Rousselie
2007-05-09 18:10:25 +02:00
parent 24b54799bf
commit 046bade075
2 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
"""
__revision__ = "$Id: account.py,v 1.3 2005/09/18 20:24:07 dax Exp $"
2
from sqlobject.inheritance import InheritableSQLObject
from sqlobject.col import StringCol, EnumCol, IntCol, BoolCol
from sqlobject.dbconnection import ConnectionHub