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

'gen.py' in dupeguru no longer needs to be called in non-pe editions.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4085
This commit is contained in:
hsoft
2009-06-18 20:06:06 +00:00
parent a49791173d
commit e618a9bc55
4 changed files with 0 additions and 16 deletions

View File

@@ -6,10 +6,6 @@ import shutil
from hsutil.build import print_and_do
os.chdir('dupeguru')
print_and_do('python gen.py')
os.chdir('..')
if op.exists('build'):
shutil.rmtree('build')
if op.exists('dist'):