Private GIT

Skip to content
Snippets Groups Projects
Commit d7a7c31f authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Tweak the lib fix so it will work with py2exe too

parent 4aa4fa5f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ import traceback
import getopt
# allow libraries to import each other
sys.path.append(os.path.join(os.path.dirname(__file__), 'lib'))
sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'lib'))
import sickbeard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment