commit-gnue
[Top][All Lists]
Advanced

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

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


From: reinhard
Subject: [gnue] r10154 - trunk/gnue-common/src/base
Date: Tue, 23 Mar 2010 10:52:14 -0500 (CDT)

Author: reinhard
Date: 2010-03-23 10:52:14 -0500 (Tue, 23 Mar 2010)
New Revision: 10154

Modified:
   trunk/gnue-common/src/base/config.py
Log:
Fixed typo.


Modified: trunk/gnue-common/src/base/config.py
===================================================================
--- trunk/gnue-common/src/base/config.py        2010-03-23 15:40:35 UTC (rev 
10153)
+++ trunk/gnue-common/src/base/config.py        2010-03-23 15:52:14 UTC (rev 
10154)
@@ -147,7 +147,7 @@
         files.append(os.path.join(os.environ['HOME'], '.gnue', realm + 
'.conf'))
 
     # 4. local configuration (etc/*.conf)
-    if os.name = 'posix':
+    if os.name == 'posix':
         files.append(os.path.join('etc', realm + '.conf'))
     else:
         files.append(os.path.join('Config', realm + '.conf'))





reply via email to

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