We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082874a commit ca92e50Copy full SHA for ca92e50
roundup/templates/classic/detectors/__init__.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-#$Id: __init__.py,v 1.7 2003-02-20 07:04:55 richard Exp $
+#$Id: __init__.py,v 1.8 2003-02-24 04:12:15 richard Exp $
19
20
import sys, os, imp
21
@@ -31,7 +31,6 @@ def init(db):
31
if ext == '.py':
32
module = imp.load_module(name, open(path), file,
33
('.py', 'r', imp.PY_SOURCE))
34
- print (name, open(path), file, module)
35
module.init(db)
36
37
# vim: set filetype=python ts=4 sw=4 et si
0 commit comments