|
From: <ba...@us...> - 2007-12-24 23:41:01
|
Revision: 530
http://omc.svn.sourceforge.net/omc/?rev=530&view=rev
Author: bartw
Date: 2007-12-24 15:40:49 -0800 (Mon, 24 Dec 2007)
Log Message:
-----------
added missing modules
Modified Paths:
--------------
pybase/trunk/setup.py
Modified: pybase/trunk/setup.py
===================================================================
--- pybase/trunk/setup.py 2007-12-24 23:40:14 UTC (rev 529)
+++ pybase/trunk/setup.py 2007-12-24 23:40:49 UTC (rev 530)
@@ -23,7 +23,9 @@
'OMC_LogicalFile',
'OMC_OperatingSystem',
'OMC_UnitaryComputerSystem',
- 'OMC_UnixProcess'],
+ 'OMC_UnixProcess',
+ 'OMC_SyslogNG',
+ 'OMC_TimeService',]
#options={'install':{'--install-lib':'/usr/lib/pycim'}},
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|