[gnue] r9882 - trunk/gnue-common/src/base

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2008-07-10 07:15:50 -0500 (Thu, 10 Jul 2008)
New Revision: 9882

Modified:
   trunk/gnue-common/src/base/utils.py
Log:
Fixed search in home directory


Modified: trunk/gnue-common/src/base/utils.py
===================================================================
--- trunk/gnue-common/src/base/utils.py	2008-06-26 12:48:01 UTC (rev 9881)
+++ trunk/gnue-common/src/base/utils.py	2008-07-10 12:15:50 UTC (rev 9882)
@@ -81,7 +81,7 @@
 
     # 3. user configuration (~/.gnue/*.conf)
     if os.environ.has_key('HOME'):
-        files.append(os.path.join(os.environ['HOME'], name + '.conf'))
+        files.append(os.path.join(os.environ['HOME'], '.gnue', name + '.conf'))
 
     # 4. local configuration (etc/*.conf)
     files.append(os.path.join('etc', name + '.conf'))
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.