Changeset 3177 for lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/storeManager.py
- Timestamp:
- Jan 3, 2017, 12:53:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/storeManager.py
r3176 r3177 12 12 os.chdir(oldpwd) 13 13 del (oldpwd) 14 del (pluginDir)15 14 ###### 16 15 #Ver. 1.0 of storeManager.py … … 38 37 self.threadsRunning={} #"" "" "" the running threads 39 38 self._define_functions_for_threads() #Function that loads the dictionary self.threads 40 self.pluginDir=os.getcwd()+'/plugins' #Path to the dir that stores the plugins 39 self.pluginDir=pluginDir #Path to the dir that stores the plugins 40 del (pluginDir) 41 41 self.pluginMod=os.path.basename(self.pluginDir) #DON'T CHANGE!!! 42 42 self.registeredPlugins={} #Dict that have the relation between plugins and actions
Note: See TracChangeset
for help on using the changeset viewer.