1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Qt: Fixed packaging which didn't work under py3k.

This commit is contained in:
Virgil Dupras 2010-08-17 09:27:38 +01:00
parent 89409c22d1
commit cc05661f9e

View File

@ -34,6 +34,7 @@ def package_windows(edition, dev):
return
add_to_pythonpath('.')
add_to_pythonpath('qt')
add_to_pythonpath(op.join('qt', 'base'))
add_to_pythonpath(op.join('qt', edition))
os.chdir(op.join('qt', edition))
from app import DupeGuru