[POS-commit] r43 - Stoq2/lib/domain
Evandro Vale Miquelito
evandro at async.com.br
Tue Mar 1 12:47:14 BRT 2005
Author: evandro
Date: 2005-03-01 12:47:14 -0300 (Tue, 01 Mar 2005)
New Revision: 43
Modified:
Stoq2/lib/domain/__init__.py
Log:
Updating imports to a better approach.
Modified: Stoq2/lib/domain/__init__.py
===================================================================
--- Stoq2/lib/domain/__init__.py 2005-03-01 14:08:44 UTC (rev 42)
+++ Stoq2/lib/domain/__init__.py 2005-03-01 15:47:14 UTC (rev 43)
@@ -27,8 +27,7 @@
"""
from mx.DateTime import now, DateTimeType
-from IndexedCatalog.Object import IndexedObject, attr, classref
-from IndexedCatalog import Persistent
+from IndexedCatalog import Persistent, IndexedObject, attr, classref
class Model(IndexedObject):
_required_attrs = []
More information about the POS-commit
mailing list