diff options
Diffstat (limited to 'EEHPH2.py')
| -rw-r--r-- | EEHPH2.py | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/EEHPH2.py b/EEHPH2.py deleted file mode 100644 index d5915d5..0000000 --- a/EEHPH2.py +++ /dev/null @@ -1,26 +0,0 @@ -import sys -import os - -def find_location(): - filelocation = os.path.join(os.environ['ALLUSERSPROFILE'], "EEHPH2", "location.txt") - file = open(filelocation, "r") - applocation = file.readline() - file.close() - - return applocation - -initcwd = os.getcwd() - -try: - start = sys.argv[1] -except: - start = None - -os.chdir(find_location()) - -import EEHPH2_app - -root = EEHPH2_app.App(start) -root.mainloop() - -os.chdir(initcwd)
\ No newline at end of file |
