--- ConvertAll/source/convertall.py 2011-01-21 11:08:09.000000000 +0100 +++ ConvertAll/source/convertall.py.new 2011-01-21 11:14:08.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ **************************************************************************** convertall.py, the main program file @@ -17,9 +17,9 @@ __version__ = '0.5.0' __author__ = 'Doug Bell' -dataFilePath = None # modified by install script if required -helpFilePath = None # modified by install script if required -iconPath = None # modified by install script if required +dataFilePath = '/usr/share/convertall/data' +helpFilePath = '/usr/share/convertall/help' +iconPath = '/usr/share/convertall/icons' translationPath = 'translations' lang = '' localEncoding = ''