Changeset 4143 for lliurex-store/trunk/fuentes/lliurex-store-gui
- Timestamp:
- Apr 7, 2017, 11:54:48 AM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/Core.py
r4142 r4143 55 55 cache_dir=os.environ["XDG_CACHE_HOME"] 56 56 except: 57 cache_dir=os. expanduser("~/.cache/")57 cache_dir=os.path.expanduser("~/.cache/") 58 58 59 59 self.tmp_store_dir=cache_dir+"/lliurex-store/" -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/Screenshot.py
r4141 r4143 21 21 cache_dir=os.environ["XDG_CACHE_HOME"] 22 22 except: 23 cache_dir=os. expanduser("~/.cache/")23 cache_dir=os.path.expanduser("~/.cache/") 24 24 25 25 self.image_dir=cache_dir+"/lliurex-store/" -
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/ScreenshotViewer.py
r4141 r4143 21 21 cache_dir=os.environ["XDG_CACHE_HOME"] 22 22 except: 23 cache_dir=os. expanduser("~/.cache/")23 cache_dir=os.path.expanduser("~/.cache/") 24 24 25 25 self.image_dir=cache_dir+"/lliurex-store/"
Note: See TracChangeset
for help on using the changeset viewer.