ThreadPool is a module now and it is in setup.py

This commit is contained in:
Kálmán Tarnay 2010-04-12 03:53:31 +02:00
parent 29be211a9d
commit cdd11c92ee
3 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,8 @@ setup(name = "trimage",
package_dir = {'trimage' : 'src/trimage'},
packages = ["trimage",
"trimage.hurry",
"trimage.hurry.filesize"],
"trimage.hurry.filesize",
"trimage.ThreadPool",],
package_data = {"trimage" : ["pixmaps/*.*"] },
data_files=[('share/icons/hicolor/scalable/apps', ['desktop/trimage.svg']),
('share/applications', ['desktop/trimage.desktop'])],

View file

@ -0,0 +1 @@
from ThreadPool import ThreadPool, ThreadPoolMixIn