Author: reinhard
Date: 2007-05-09 16:27:30 -0500 (Wed, 09 May 2007)
New Revision: 9569

Removed:
   trunk/www/utils/create-release-announcements
Log:
Removed unfinished script that has been replaced by
gnue-common/utils/announce-release.


Deleted: trunk/www/utils/create-release-announcements
===================================================================
--- trunk/www/utils/create-release-announcements        2007-05-09 21:19:27 UTC 
(rev 9568)
+++ trunk/www/utils/create-release-announcements        2007-05-09 21:27:30 UTC 
(rev 9569)
@@ -1,27 +0,0 @@
-#!/usr/bin/python
-
-import sys, os
-
-SVN_BASE=os.path.abspath(os.path.join(os.path.dirname(__file__),'../..'))
-sys.path.insert(0,os.path.join(SVN_BASE,'gnue-common','utils'))
-
-
-from helpers.files import SVN_BASE
-from helpers.tools import Tool
-
-
-def syntax():
-  print """Syntax: %s (forms|reports|appserver|designer|..) [..]""" % 
(sys.argv[0])
-  sys.exit()
-
-if __name__ == '__main__':
-  modules = sys.argv[1:]
-
-  if not len(modules):
-    syntax()
-
-  tools = []
-  for module in modules:
-    tools.append(Tool(module))
-
-



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to