Update of /cvsroot/eduplone/EduploneLearningSequence/Extensions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32717/Extensions
Modified Files:
Install.py
Log Message:
Do not require TeamSpace.
Index: Install.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneLearningSequence/Extensions/Install.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Install.py 4 Jul 2004 10:21:35 -0000 1.9
--- Install.py 4 Jul 2004 14:03:57 -0000 1.10
***************
*** 216,221 ****
def install_dependencies(self, out):
! deps = ['Archetypes', 'EduploneTypes','CMFOpenflow', 'CMFMember',
! 'TeamSpace']
print >> out, '%s depends on %s, try to auto-install.' %
(PROJECTNAME,','.join(deps))
qi = getToolByName(self,'portal_quickinstaller')
--- 216,220 ----
def install_dependencies(self, out):
! deps = ['Archetypes', 'EduploneTypes','CMFOpenflow', 'CMFMember']
print >> out, '%s depends on %s, try to auto-install.' %
(PROJECTNAME,','.join(deps))
qi = getToolByName(self,'portal_quickinstaller')
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|