Changeset 7080 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/searchManager.py
- Timestamp:
- Mar 20, 2018, 1:41:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/searchManager.py
r6693 r7080 28 28 def _debug(self,msg=''): 29 29 if self.dbg: 30 print ('DEBUG Search: '+msg)30 print ('DEBUG Search: %s'%msg) 31 31 #def _debug 32 32
Note: See TracChangeset
for help on using the changeset viewer.