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

  /external/python/cpython2/Lib/plat-irix5/
cdplayer.py 1 # This file implements a class which forms an interface to the .cdplayerrc
15 # .cdplayerrc file.
20 cdplayerrc = '.cdplayerrc' variable
42 f = open(posix.environ['HOME'] + '/' + cdplayerrc, 'r')
57 print 'syntax error in ~/' + cdplayerrc
71 filename = posix.environ['HOME'] + '/' + cdplayerrc
  /external/python/cpython2/Lib/plat-irix6/
cdplayer.py 1 # This file implements a class which forms an interface to the .cdplayerrc
15 # .cdplayerrc file.
20 cdplayerrc = '.cdplayerrc' variable
42 f = open(posix.environ['HOME'] + '/' + cdplayerrc, 'r')
57 print 'syntax error in ~/' + cdplayerrc
71 filename = posix.environ['HOME'] + '/' + cdplayerrc

Completed in 516 milliseconds