Update of /cvsroot/freevo/kaa/metadata
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15951/metadata

Modified Files:
        setup.py 
Log Message:
hack around version for global setup

Index: setup.py
===================================================================
RCS file: /cvsroot/freevo/kaa/metadata/setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setup.py    2 Jul 2005 16:33:08 -0000       1.1
--- setup.py    2 Jul 2005 16:35:46 -0000       1.2
***************
*** 9,14 ****
  import os
  
! from src import version
! 
  extensions = [ Extension('src/disc/cdrom', ['src/disc/cdrommodule.c']) ]
  
--- 9,18 ----
  import os
  
! try:
!     from src import version
!     version = version.VERSION
! except ImportError:
!     version = ''
!     
  extensions = [ Extension('src/disc/cdrom', ['src/disc/cdrommodule.c']) ]
  
***************
*** 37,41 ****
  
  setup (name = "kaa-metadata",
!        version = version.VERSION,
         description = "Module for retrieving information about media files",
         author = "Thomas Schueppel, Dirk Meyer",
--- 41,45 ----
  
  setup (name = "kaa-metadata",
!        version = version,
         description = "Module for retrieving information about media files",
         author = "Thomas Schueppel, Dirk Meyer",



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to