[gnue] r9569 - trunk/www/utils

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
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))
-
-
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.