Advertisement
Guest User

kotyz

a guest
Jan 21st, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --- ConvertAll/source/convertall.py 2011-01-21 11:08:09.000000000 +0100
  2. +++ ConvertAll/source/convertall.py.new 2011-01-21 11:14:08.000000000 +0100
  3. @@ -1,4 +1,4 @@
  4. -#!/usr/bin/env python
  5. +#!/usr/bin/env python2
  6. """
  7. ****************************************************************************
  8. convertall.py, the main program file
  9. @@ -17,9 +17,9 @@
  10. __version__ = '0.5.0'
  11. __author__ = 'Doug Bell'
  12.  
  13. -dataFilePath = None # modified by install script if required
  14. -helpFilePath = None # modified by install script if required
  15. -iconPath = None # modified by install script if required
  16. +dataFilePath = '/usr/share/convertall/data'
  17. +helpFilePath = '/usr/share/convertall/help'
  18. +iconPath = '/usr/share/convertall/icons'
  19. translationPath = 'translations'
  20. lang = ''
  21. localEncoding = ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement