1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

With PyQt 4.7.5's new from_imports option, sys.path hackage is not required anymore.

This commit is contained in:
Virgil Dupras
2010-08-20 09:48:16 +02:00
parent ac4881f231
commit 5733c0143b
5 changed files with 2 additions and 15 deletions

1
run.py
View File

@@ -32,7 +32,6 @@ def main():
elif ui == 'qt':
add_to_pythonpath('.')
add_to_pythonpath('qt')
add_to_pythonpath(op.join('qt', 'base'))
os.chdir(op.join('qt', edition))
os.system('{0} start.py'.format(sys.executable))
os.chdir('..')