Author: dmeyer
Date: Sat Mar 11 18:39:28 2006
New Revision: 1268
Modified:
trunk/base/setup.py
Log:
there is no base dir anymore
Modified: trunk/base/setup.py
==============================================================================
--- trunk/base/setup.py (original)
+++ trunk/base/setup.py Sat Mar 11 18:39:28 2006
@@ -42,7 +42,7 @@
maintainer = 'The Freevo Project',
maintainer_email = '[EMAIL PROTECTED]',
url = 'http://www.freevo.org/kaa',
- package_dir = { 'kaa': 'src', 'kaa.base': 'src/base',
- 'kaa.notifier': 'src/notifier', 'kaa.input':
'src/input' },
- packages = [ 'kaa', 'kaa.base', 'kaa.notifier', 'kaa.input' ],
+ package_dir = { 'kaa': 'src', 'kaa.notifier': 'src/notifier',
+ 'kaa.input': 'src/input' },
+ packages = [ 'kaa', 'kaa.notifier', 'kaa.input' ],
ext_modules = extensions)
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog