[Formed-commits] r428 - in trunk: . formed/formed/plugins/export

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 24 18:06:59 CET 2010


Author: bh
Date: 2010-11-24 18:06:59 +0100 (Wed, 24 Nov 2010)
New Revision: 428

Modified:
   trunk/ChangeLog
   trunk/formed/formed/plugins/export/rules_sh.py
Log:
* formed/formed/plugins/export/rules_sh.py: expand star-import.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-11-24 17:02:05 UTC (rev 427)
+++ trunk/ChangeLog	2010-11-24 17:06:59 UTC (rev 428)
@@ -1,5 +1,9 @@
 2010-11-24  Bernhard Herzog  <bh at intevation.de>
 
+	* formed/formed/plugins/export/rules_sh.py: expand star-import.
+
+2010-11-24  Bernhard Herzog  <bh at intevation.de>
+
 	* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
 	Put parentheses around the comparison for the KNOWN operator in
 	the generated SQL to ensure correct evaluation order.

Modified: trunk/formed/formed/plugins/export/rules_sh.py
===================================================================
--- trunk/formed/formed/plugins/export/rules_sh.py	2010-11-24 17:02:05 UTC (rev 427)
+++ trunk/formed/formed/plugins/export/rules_sh.py	2010-11-24 17:06:59 UTC (rev 428)
@@ -14,8 +14,10 @@
 from cgi import escape
 
 from formed.plugins.ui.controls import FileDialogFilter
-from formed.model.exprtree import *
+from formed.model.exprtree import OperatorBinary, OperatorUnary, And, Or, \
+     Today, Const, DateNode, Var
 
+
 import formed.model.data as data
 
 #from formed.model.misc import ModeChecker, checkMode



More information about the Formed-commits mailing list