[POS-commit] r42 - Stoq2/lib/domain

Henrique Romano henrique at async.com.br
Tue Mar 1 11:08:45 BRT 2005


Author: henrique
Date: 2005-03-01 11:08:44 -0300 (Tue, 01 Mar 2005)
New Revision: 42

Modified:
   Stoq2/lib/domain/__init__.py
Log:
Just importing more one function.



Modified: Stoq2/lib/domain/__init__.py
===================================================================
--- Stoq2/lib/domain/__init__.py	2005-02-28 17:14:34 UTC (rev 41)
+++ Stoq2/lib/domain/__init__.py	2005-03-01 14:08:44 UTC (rev 42)
@@ -27,7 +27,7 @@
 """
    
 from mx.DateTime import now, DateTimeType
-from IndexedCatalog.Object import IndexedObject, attr
+from IndexedCatalog.Object import IndexedObject, attr, classref
 from IndexedCatalog import Persistent
 
 class Model(IndexedObject):



More information about the POS-commit mailing list