Commit 5a0faf99 authored by OzzieIsaacs's avatar OzzieIsaacs Committed by GitHub

Now working on linux, too

parent 624737d2
...@@ -6,7 +6,7 @@ import sys ...@@ -6,7 +6,7 @@ import sys
from configobj import ConfigObj 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) CFG = ConfigObj(CONFIG_FILE)
def CheckSection(sec): def CheckSection(sec):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment