--- a/configuration.py +++ b/configuration.py @@ -56,6 +56,8 @@ #toss all the " marks in path names if necessary runpath = ''.join(runpath.split('"')) runpath = os.path.dirname(os.path.normpath(os.path.abspath(runpath))) + +nosocket = os.path.exists(os.path.join(runpath, 'nosocket')) stylefile = os.path.join(runpath, 'stc-styles.rc.cfg')