~jon-hill/supertree-toolkit/visualisations

« back to all changes in this revision

Viewing changes to stk_gui/bin/stk-gui

  • Committer: Jon Hill
  • Date: 2013-10-09 11:39:32 UTC
  • Revision ID: jon.hill@imperial.ac.uk-20131009113932-4ukoczqezpzadvxk
Minor mod to stk_path to get windows to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  sys.path.insert(0, stk_path)
39
39
else:
40
40
  stk_path = os.getcwd()
 
41
  sys.path.insert(0,stk_path+"../../")
41
42
 
42
43
import stk_gui.debug
43
44