Commit 929c2450 authored by kliment's avatar kliment

Change working dir to enable skeinforge detection

parent dffa6202
...@@ -5,6 +5,11 @@ except: ...@@ -5,6 +5,11 @@ except:
print "WX is not installed. This program requires WX to run." print "WX is not installed. This program requires WX to run."
raise raise
import printcore, os, sys, glob, time, threading, traceback, StringIO, gviz import printcore, os, sys, glob, time, threading, traceback, StringIO, gviz
try:
os.chdir(os.path.split(__file__)[0])
except:
pass
thread=threading.Thread thread=threading.Thread
winsize=(800,500) winsize=(800,500)
if os.name=="nt": if os.name=="nt":
......
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