Changeset 3099 for lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/bin/plugins/debManager.py
- Timestamp:
- Dec 19, 2016, 1:00:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/bin/plugins/debManager.py
r3093 r3099 11 11 self.partialProgress=0 12 12 #self.pluginInfo=['install','deb','remove','deb','pkginfo','deb','remove','zmd'] 13 self.pluginInfo= ['install','deb','remove','deb','pkginfo','deb']13 self.pluginInfo={'install':'deb','remove':'deb','pkginfo':'deb'} 14 14 self.count=0 15 15 #def __init__
Note: See TracChangeset
for help on using the changeset viewer.