[Mpuls-commits] r2127 - wasko/branches/2.0/jmdweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 08:46:22 CET 2010


Author: torsten
Date: 2010-03-25 08:46:22 +0100 (Thu, 25 Mar 2010)
New Revision: 2127

Modified:
   wasko/branches/2.0/jmdweb/model/case.py
Log:
Do not import DiscretionStatement


Modified: wasko/branches/2.0/jmdweb/model/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/case.py	2010-03-25 07:45:11 UTC (rev 2126)
+++ wasko/branches/2.0/jmdweb/model/case.py	2010-03-25 07:46:22 UTC (rev 2127)
@@ -43,7 +43,7 @@
 from mpulsweb.model.case import MpulsCase, MpulsCaseFactory, MpulsCaseOverview, \
     MpulsCaseBundle, MpulsCaseState, SessionCase
 
-from jmdweb.model.statement import PrivacyStatement, DiscretionStatement
+from jmdweb.model.statement import PrivacyStatement
 
 log = logging.getLogger(__name__)
 



More information about the Mpuls-commits mailing list