From 5a0faf9950dd8ddb8252d3817b825b443ee81a91 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Thu, 4 Aug 2016 09:29:16 +0200 Subject: [PATCH] Now working on linux, too --- cps/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/config.py b/cps/config.py index 4ca5d0f7..679a0427 100755 --- a/cps/config.py +++ b/cps/config.py @@ -6,7 +6,7 @@ import sys from configobj import ConfigObj -CONFIG_FILE= os.path.join(os.path.dirname(os.path.realpath(__file__))+"\\..\\", "config.ini") +CONFIG_FILE= os.path.join(os.path.dirname(os.path.realpath(__file__))+os.sep+".."+os.sep, "config.ini") CFG = ConfigObj(CONFIG_FILE) def CheckSection(sec):