Author: duncan
Date: Sat Sep 23 16:21:34 2006
New Revision: 8234

Modified:
   branches/rel-1-5/freevo/setup.py
   branches/rel-1-5/freevo/src/util/distribution.py

Log:
Added twisted.web.microdom to setup


Modified: branches/rel-1-5/freevo/setup.py
==============================================================================
--- branches/rel-1-5/freevo/setup.py    (original)
+++ branches/rel-1-5/freevo/setup.py    Sat Sep 23 16:21:34 2006
@@ -19,7 +19,8 @@
 check_libs((('mmpython', 'http://www.sf.net/projects/mmpython' ),
             ('pygame', 'http://www.pygame.org'),
             ('Image', 'http://www.pythonware.com/products/pil/'),
-            ('twisted', 'http://www.twistedmatrix.com/')))
+            ('twisted', 'http://www.twistedmatrix.com/'),
+            ('twisted.web.microdom', 'http://www.twistedmatrix.com/')))
 
 
 class Runtime(core.Command):

Modified: branches/rel-1-5/freevo/src/util/distribution.py
==============================================================================
--- branches/rel-1-5/freevo/src/util/distribution.py    (original)
+++ branches/rel-1-5/freevo/src/util/distribution.py    Sat Sep 23 16:21:34 2006
@@ -1,6 +1,6 @@
 # -*- coding: iso-8859-1 -*-
 # -----------------------------------------------------------------------
-# util/distutils.py - Freevo distutils for installing plugins
+# util/distribution.py - Freevo distribution for installing plugins
 # -----------------------------------------------------------------------
 # $Id$
 #

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to