leif pushed a commit to branch master.

http://git.enlightenment.org/apps/econnman.git/commit/?id=1f31b7b92f38edbaaf35217205c7dda81c9794b3

commit 1f31b7b92f38edbaaf35217205c7dda81c9794b3
Author: Leif Middelschulte <[email protected]>
Date:   Fri Jan 17 15:19:20 2014 +0100

    Fix small typo
---
 econnman-bin.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/econnman-bin.in b/econnman-bin.in
index e2d5956..0503182 100755
--- a/econnman-bin.in
+++ b/econnman-bin.in
@@ -258,7 +258,7 @@ def config_file_setup():
     configs = configparser.RawConfigParser()
     configs.optionxform = str
     try:
-        fd = open(CONFIG_FILE, 'r', encoding='utf8')
+        fd = open(CONF_FILE, 'r', encoding='utf8')
         configs.readfp(fd)
         close(fd)
     except IOError:

-- 


Reply via email to