Changeset 4811
- Timestamp:
- May 17, 2017, 12:48:03 PM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/debManager.py
r4370 r4811 39 39 40 40 def execute_action(self,action,applist): 41 self.progress=0 41 42 self.installer=packagekit.Client() 42 43 self.count=len(applist) -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
r4751 r4811 28 28 29 29 def execute_action(self,appstream,action,applist): 30 self.progress=0 30 31 self.appstream=appstream 31 32 count=len(applist) -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/loadStore.py
r4803 r4811 32 32 33 33 def execute_action(self,action): 34 self.progress=0 34 35 self.store=appstream.Store() 35 36 if action=='load': -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/searchManager.py
r4103 r4811 35 35 36 36 def execute_action(self,appstreamStore,action,tokens,exact_match_for_search=False): 37 self.progress=0 37 38 if not type(tokens) is str: 38 39 tokens='' -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/shManager.py
r4447 r4811 36 36 37 37 def execute_action(self,action,applist): 38 self.progress=0 38 39 self.result['status']={'status':-1,'msg':''} 39 40 count=len(applist) -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/zmdManager.py
r4751 r4811 45 45 46 46 def execute_action(self,action,applist): 47 self.progress=0 47 48 self.result['status']={'status':-1,'msg':''} 48 49 # self.result['data']=list(applist)
Note: See TracChangeset
for help on using the changeset viewer.