Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10612

Modified Files:
        distribution.py 
Log Message:
make it possible to give a cmdclass to setup

Index: distribution.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/distribution.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** distribution.py     3 Jun 2004 18:20:27 -0000       1.8
--- distribution.py     10 Jun 2004 11:06:40 -0000      1.9
***************
*** 63,66 ****
--- 63,69 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2004/06/10 11:06:40  dischi
+ # make it possible to give a cmdclass to setup
+ #
  # Revision 1.8  2004/06/03 18:20:27  dischi
  # add freevo_config.py to translation list, cleanup
***************
*** 358,362 ****
              attrs[i] = []
  
!     cmdclass = {}
  
      if not attrs.has_key('i18n') or attrs['i18n'] != 'freevo':
--- 361,368 ----
              attrs[i] = []
  
!     if attrs.has_key('cmdclass'):
!         cmdclass = attrs['cmdclass']
!     else:
!         cmdclass = {}
  
      if not attrs.has_key('i18n') or attrs['i18n'] != 'freevo':



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to