commit-gnue
[Top][All Lists]
Advanced

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

r6833 - trunk/gnue-reports/scripts


From: jcater
Subject: r6833 - trunk/gnue-reports/scripts
Date: Tue, 28 Dec 2004 11:46:08 -0600 (CST)

Author: jcater
Date: 2004-12-28 11:46:07 -0600 (Tue, 28 Dec 2004)
New Revision: 6833

Added:
   trunk/gnue-reports/scripts/gnue-labelmaker
   trunk/gnue-reports/scripts/gnue-reports-filter
Log:
added missing file

Added: trunk/gnue-reports/scripts/gnue-labelmaker
===================================================================
--- trunk/gnue-reports/scripts/gnue-labelmaker  2004-12-28 16:06:51 UTC (rev 
6832)
+++ trunk/gnue-reports/scripts/gnue-labelmaker  2004-12-28 17:46:07 UTC (rev 
6833)
@@ -0,0 +1,29 @@
+#!/usr/bin/env python
+#
+# Copyright 2001-2003 Free Software Foundation
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# 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.
+
+import os, sys
+if hasattr(sys, 'frozen'):
+  sys.path.append(os.path.abspath(os.path.dirname(sys.argv[0])))
+
+from  gnue.reports.tools.LabelMaker import LabelMaker
+
+if __name__ == '__main__':
+  LabelMaker().run()


Property changes on: trunk/gnue-reports/scripts/gnue-labelmaker
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/gnue-reports/scripts/gnue-reports-filter
===================================================================
--- trunk/gnue-reports/scripts/gnue-reports-filter      2004-12-28 16:06:51 UTC 
(rev 6832)
+++ trunk/gnue-reports/scripts/gnue-reports-filter      2004-12-28 17:46:07 UTC 
(rev 6833)
@@ -0,0 +1,29 @@
+#!/usr/bin/env python
+#
+# Copyright 2001-2003 Free Software Foundation
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# 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.
+
+import os, sys
+if hasattr(sys, 'frozen'):
+  sys.path.append(os.path.abspath(os.path.dirname(sys.argv[0])))
+
+from  gnue.reports.tools.ReportPostProcessor import PostProcessor
+
+if __name__ == '__main__':
+  PostProcessor().run()


Property changes on: trunk/gnue-reports/scripts/gnue-reports-filter
___________________________________________________________________
Name: svn:executable
   + *





reply via email to

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