1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-18 20:10:23 +01:00

1569327 release 1.1 is broken

last clean up.

wmdocklib.__init__ must import from general, not generic!
and tmount must be included in the distribution.
This commit is contained in:
mfrasca
2006-10-03 08:52:09 +00:00
parent be572d6acc
commit ebef06388b

View File

@@ -28,5 +28,6 @@ setup(name="pywmdockapps",
scripts=['examples/pywmdatetime.py',
'examples/pywmhdmon.py',
'examples/pywmseti.py',
'examples/pywmsysmon.py'],
'examples/pywmsysmon.py',
'examples/tmount'],
ext_modules = [module1])