Changeset 7080 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/shManager.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/shManager.py
r6693 r7080 28 28 def _debug(self,msg=''): 29 29 if self.dbg: 30 print ('DEBUG Sh: '+msg)30 print ('DEBUG Sh: %s'%msg) 31 31 #def debug 32 32
Note: See TracChangeset
for help on using the changeset viewer.