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

Fixed a few bugs here and there.

This commit is contained in:
Virgil Dupras
2011-01-22 16:12:18 +01:00
parent dbcd7b63d8
commit f9e7e82772
11 changed files with 65 additions and 42 deletions

View File

@@ -146,7 +146,7 @@ def build_pe_modules(ui):
def build_normal(edition, ui, dev):
print("Building dupeGuru {0} with UI {1}".format(edition.upper(), ui))
add_to_pythonpath('.')
build_help(edition, ui, dev)
build_help(edition)
print("Building dupeGuru")
if edition == 'pe':
build_pe_modules(ui)