Changes executable name for windows compatibility. Removes old debug print statement

This commit is contained in:
2012-08-13 14:58:36 +02:00
parent 5d321f1cd9
commit 48b7c76911
3 changed files with 1 additions and 3 deletions

View File

@@ -11,5 +11,3 @@ import os
_ROOT = os.path.abspath(os.path.dirname(__file__))
def get_data(path):
return os.path.join(_ROOT, 'data', path)
print get_data('resource1/foo.txt')