Changeset 317 for trunk/config.py
- Timestamp:
- 08/06/09 06:28:35 (3 years ago)
- File:
-
- 1 edited
-
trunk/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.py
r288 r317 58 58 59 59 #: To be changed on install to specify where the installed files actually are 60 image_prefix = '/usr/ share/itaka/images/'60 image_prefix = '/usr/local/share/itaka/images/' 61 61 if os.path.exists(image_prefix): 62 62 image_dir = image_prefix … … 67 67 68 68 #: Save path for screenshots (system-specific specified later on) 69 save_path = os.getcwd() 69 try: 70 save_path = os.getcwd() 71 except: 72 print "[*] WARNING: Could not get current directory" 70 73 71 74 """ Console output verbosity
Note: See TracChangeset
for help on using the changeset viewer.

