HomeSort by relevance Sort by last modified time
    Searched refs:Cddb (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-irix5/
cddb.py 1 # This file implements a class which forms an interface to the .cddb
8 # c = Cddb(r.gettrackinfo())
17 warnpy3k("the cddb module has been removed in Python 3.0", stacklevel=2)
22 _cddbrc = '.cddb'
60 class Cddb:
  /external/python/cpython2/Lib/plat-irix6/
cddb.py 1 # This file implements a class which forms an interface to the .cddb
8 # c = Cddb(r.gettrackinfo())
17 warnpy3k("the cddb module has been removed in Python 3.0", stacklevel=2)
22 _cddbrc = '.cddb'
60 class Cddb:

Completed in 63 milliseconds