commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5098 - trunk/gnue-common/scripts


From: johannes
Subject: r5098 - trunk/gnue-common/scripts
Date: Thu, 12 Feb 2004 08:20:40 -0600 (CST)

Author: johannes
Date: 2004-02-12 08:20:39 -0600 (Thu, 12 Feb 2004)
New Revision: 5098

Modified:
   trunk/gnue-common/scripts/gnue-schema
Log:
Modified to use the new scripter


Modified: trunk/gnue-common/scripts/gnue-schema
===================================================================
--- trunk/gnue-common/scripts/gnue-schema       2004-02-12 14:19:41 UTC (rev 
5097)
+++ trunk/gnue-common/scripts/gnue-schema       2004-02-12 14:20:39 UTC (rev 
5098)
@@ -18,8 +18,10 @@
 # License along with program; see the file COPYING. If not,
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
+# 
+# $Id$
 
-from gnue.common.schema.scripter.Scripter import ScripterRunner
+from gnue.common.schema.scripter.Scripter import Scripter
 
 if __name__ == "__main__":
-  ScripterRunner().run()
+  Scripter ().run ()


Property changes on: trunk/gnue-common/scripts/gnue-schema
___________________________________________________________________
Name: svn:keywords
   + Id





reply via email to

[Prev in Thread] Current Thread [Next in Thread]