Cleans some code

This commit is contained in:
2012-09-04 16:26:14 +02:00
parent df2f56529f
commit c2fd199a50
3 changed files with 11 additions and 14 deletions

View File

@@ -15,5 +15,4 @@ else:
_ROOT = os.path.abspath(os.path.dirname(__file__))
def get_data(path):
print os.path.join(_ROOT, 'data', path)
return os.path.join(_ROOT, 'data', path)