guetzli-recursively-gui/.eggs/py2app-0.12-py3.6.egg/py2app/bootstrap/chdir_resource.py

5 lines
96 B
Python
Raw Normal View History

2017-04-20 00:57:59 +02:00
def _chdir_resource():
import os
os.chdir(os.environ['RESOURCEPATH'])
_chdir_resource()