Changeset 3227 for lliurex-store/trunk/fuentes/lliurex-appstore.install/usr
- Timestamp:
- Jan 10, 2017, 2:18:51 PM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/lliurex-appstore.install/usr
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/bin/lliurex_store-cli
r3175 r3227 3 3 import argparse 4 4 sys.path.append('/usr/share/lliurex-store') 5 #sys.path.append('/home/lliurex/lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store') 5 6 import storeManager 6 7 import time -
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/plugins/infoManager.py
r3173 r3227 89 89 if app.get_screenshots(): 90 90 thumbnails_list=[] 91 default_screenshot='' 91 92 for screenshot in app.get_screenshots(): 92 93 for img in screenshot.get_images(): -
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/storeManager.py
r3179 r3227 5 5 import syslog 6 6 #Load the plugin dir 7 #pluginDir= os.getcwd()+'/plugins' #Path to the dir that stores the plugins7 #pluginDir='/home/lliurex/lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 8 8 pluginDir='/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 9 9 oldpwd=os.getcwd() … … 38 38 self._define_functions_for_threads() #Function that loads the dictionary self.threads 39 39 self.pluginDir='/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 40 #self.pluginDir='/home/lliurex/lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 40 41 self.pluginMod=os.path.basename(self.pluginDir) #DON'T CHANGE!!! 41 42 self.registeredPlugins={} #Dict that have the relation between plugins and actions
Note: See TracChangeset
for help on using the changeset viewer.