Changeset 317 for branches/release/0.2/config.py
- Timestamp:
- 08/06/09 06:28:35 (3 years ago)
- File:
-
- 1 edited
-
branches/release/0.2/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/config.py
r295 r317 51 51 image_dir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "share/images/") 52 52 #: To be changed on install to specify where the installed files actually are 53 prefix = "/usr/ share/itaka/images"53 prefix = "/usr/local/share/itaka/images/" 54 54 if os.path.exists(prefix): 55 55 image_dir = prefix … … 61 61 62 62 #: Save path for screenshots (system-specific specified later on) 63 save_path = os.getcwd() 63 try: 64 save_path = os.getcwd() 65 except: 66 print "[*] WARNING: Could not get current directory" 64 67 65 68 if os.environ.get('HOME'):
Note: See TracChangeset
for help on using the changeset viewer.

