config.py

Go to the documentation of this file.
00001 """Hold some global variables."""
00002 
00003 import os
00004 
00005 gladefname =                                     '/usr/share/plai/player.glade'
00006 gladeplaylistfname =                     '/usr/share/plai/playlist.glade'
00007 gladepopupmenufname =                    '/usr/share/plai/popupmenu.glade'
00008 gladelyricsfname =                               '/usr/share/plai/lyrics.glade'
00009 gladelibrarianfname =                    '/usr/share/plai/librarian.glade'
00010 sqlfname =        os.path.expanduser('~/.plai/collection.sqlite3')
00011 picklefname = os.path.expanduser('~/.plai/playlist.pickle')
00012 
00013 # How long to wait before typing a page title will overwrite the old one.
00014 notebooktitletimeout = 2000 # 2 seconds

Generated on Mon Aug 6 21:24:19 2007 for plai by  doxygen 1.5.1