Changeset 3282 for lliurex-store/trunk
- Timestamp:
- Jan 12, 2017, 1:52:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
r3277 r3282 13 13 #del (oldpwd) 14 14 import lliurexstore.plugins as plugins 15 import * form plugins 15 16 ###### 16 17 #Ver. 1.0 of storeManager.py … … 64 65 # except Exception as e: 65 66 # print(str(e)) 66 from plugins import *67 # from plugins import * 67 68 for mod in (sys.modules.keys()): 68 69 if 'plugins.' in mod:
Note: See TracChangeset
for help on using the changeset viewer.