Changeset 5215 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
- Timestamp:
- Jun 17, 2017, 12:19:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
r5199 r5215 60 60 appInfo=self._init_appInfo() 61 61 # self._debug("Gathering package info for "+app.get_id()) 62 appInfo['appstream_id']=app 62 63 if app.get_id(): 63 64 appInfo['id']=app.get_id() … … 168 169 169 170 def _init_appInfo(self): 170 appInfo={'id':'',\ 171 appInfo={'appstream_id':'',\ 172 'id':'',\ 171 173 'name':'',\ 172 174 'version':'',\
Note: See TracChangeset
for help on using the changeset viewer.