Changeset 3179
- Timestamp:
- Jan 3, 2017, 12:57:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/lliurex-store/storeManager.py
r3178 r3179 8 8 pluginDir='/usr/share/lliurex-store/plugins' #Path to the dir that stores the plugins 9 9 oldpwd=os.getcwd() 10 os.chdir( self.pluginDir)11 exec ('import ' + os.path.basename( self.pluginDir)) #DON'T CHANGE!!!10 os.chdir(pluginDir) 11 exec ('import ' + os.path.basename(pluginDir)) #DON'T CHANGE!!! 12 12 os.chdir(oldpwd) 13 13 del (oldpwd)
Note: See TracChangeset
for help on using the changeset viewer.