kernel: remove print

bzr revid: ced-e39b82af281a68a916a2f6d64f8d17a263c72b20
This commit is contained in:
ced 2007-06-29 06:58:55 +00:00
parent 67606e091c
commit 1b80937f7a
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ def init_db(cr):
elif zipfile.is_zipfile(mod_path):
zfile = zipfile.ZipFile(mod_path)
i = os.path.splitext(i)[0]
print i
info = eval(zfile.read(opj(i, '__terp__.py')))
if info:
categs = info.get('category', 'Uncategorized').split('/')