[gnue] r9603 - trunk/gnue-common

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: johannes
Date: 2007-05-22 07:02:51 -0500 (Tue, 22 May 2007)
New Revision: 9603

Modified:
   trunk/gnue-common/setup.py
Log:
Don't use a backslash here as it won't work on OSX (with py2app)


Modified: trunk/gnue-common/setup.py
===================================================================
--- trunk/gnue-common/setup.py	2007-05-22 09:08:41 UTC (rev 9602)
+++ trunk/gnue-common/setup.py	2007-05-22 12:02:51 UTC (rev 9603)
@@ -397,7 +397,8 @@
     output.write ("############################\n")
     output.write ("if hasattr(sys, 'frozen'):\n")
     output.write ("  data    = os.path.join(os.path.dirname (sys.argv[0]), '..')\n")
-    output.write ("  config  = os.path.join(os.path.dirname (sys.argv[0]), '..\\etc')\n")
+    output.write ("  config  = os.path.join(os.path.dirname (sys.argv[0]),
+            '..', 'etc')\n")
     output.write ("else:\n")
     output.write ("  data    = \"%s\"\n" % self.__quote (self.install_data))
     output.write ("  config  = \"%s\"\n" % self.__quote (self.install_config))
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.