# File: qaglobals.py # Author: Toshio Kuratomi # Date: 22 October, 2004 # Copyright: Toshio Kuratomi # License: GPL # Id: $Id: qaglobals.py.in 196 2005-08-20 07:20:04Z abadger1999 $ '''Program wide constant values. ''' __revision__ = '$Rev: 196 $' # Present version VERSION = '@VERSION@' # Names for the program PROGRAMNAME = 'qa-assistant' HUMANPROGRAMNAME = 'QA Assistant' # Prefix for the gconf keys GCONFPREFIX = '/apps/qa-assistant' # Set default paths for File Dialogs to look in lastReviewDir = './'