diff bin/run_local.py @ 209:1a84c5e83d3e

dmxserver and subcomposer work in new layout
author drewp@bigasterisk.com
date Sun, 10 Apr 2005 19:12:57 +0000
parents
children 41830567a8d0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/run_local.py	Sun Apr 10 19:12:57 2005 +0000
@@ -0,0 +1,8 @@
+# allows bin/* to work without installation
+
+# this should be turned off when the programs are installed
+
+import sys,os
+sys.path.insert(0,os.path.join(os.path.dirname(sys.argv[0]),".."))
+
+