This development deserves a new version number!
[pylooper.git] / settings.py
blobaec1a762d976a1f642f09ad1aee845977c462284
1 try:
2 import gtk
3 except:
4 raise ImportError('You need gtk')
6 # which gladefile to use
7 GLADEFILE = 'pylooper.glade'
9 # how long to sleep between updating the progress bar, in millisecs
10 GRAPHICSTIMEOUTLENGTH = 250
12 # determines which set of colors from the scheme we pull to make our widget
13 WIDGET_STATE = gtk.STATE_SELECTED