Refactored scripts to start using a common file

This commit is contained in:
Phil Nash 2013-04-24 18:58:57 +01:00
parent 1309da2b55
commit 2278451cd2
4 changed files with 20 additions and 11 deletions

4
scripts/scriptCommon.py Normal file
View file

@ -0,0 +1,4 @@
import os
import sys
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))