1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-11 19:19:49 +00:00

Fixed qt packaging.

This commit is contained in:
Virgil Dupras 2010-02-09 14:52:09 +00:00
parent 8193bc5f60
commit e3706fa923

View File

@ -10,6 +10,7 @@
import sys import sys
import os import os
import os.path as op import os.path as op
import shutil
import yaml import yaml
@ -31,6 +32,7 @@ def package_qt(edition):
return return
add_to_pythonpath('.') add_to_pythonpath('.')
add_to_pythonpath('qt') add_to_pythonpath('qt')
add_to_pythonpath(op.join('qt', edition))
os.chdir(op.join('qt', edition)) os.chdir(op.join('qt', edition))
from app import DupeGuru from app import DupeGuru