Changeset 3176 for lliurex-store/trunk
- Timestamp:
- Jan 3, 2017, 12:49:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/storeManager.py
r3173 r3176 5 5 import syslog 6 6 #Load the plugin dir 7 pluginDir=os.getcwd()+'/plugins' #Path to the dir that stores the plugins 7 #pluginDir=os.getcwd()+'/plugins' #Path to the dir that stores the plugins 8 pluginDir='/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 8 9 oldpwd=os.getcwd() 9 10 os.chdir(pluginDir)
Note: See TracChangeset
for help on using the changeset viewer.