1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00

Moved dupeguru.picture into 'pe/py'

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4076
This commit is contained in:
hsoft 2009-06-18 19:11:10 +00:00
parent e5b93a74fa
commit 137c33439d
9 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ os.system('python setup.py build_ext --inplace')
os.chdir(op.join('..', 'cache'))
os.system('python setup.py build_ext --inplace')
os.chdir(op.join('..', '..'))
move(op.join('modules', 'block', '_block.so'), op.join('picture', '_block.so'))
move(op.join('modules', 'block', '_block.pyd'), op.join('picture', '_block.pyd'))
move(op.join('modules', 'cache', '_cache.so'), op.join('picture', '_cache.so'))
move(op.join('modules', 'cache', '_cache.pyd'), op.join('picture', '_cache.pyd'))
move(op.join('modules', 'block', '_block.so'), '.')
move(op.join('modules', 'block', '_block.pyd'), '.')
move(op.join('modules', 'cache', '_cache.so'), '.')
move(op.join('modules', 'cache', '_cache.pyd'), '.')