Mercurial > p > roundup > code
changeset 1464:1e113d768c1e
remove debug printing
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Feb 2003 04:12:15 +0000 |
| parents | a11e27d80737 |
| children | 3ebcc0e82cb8 |
| files | roundup/templates/classic/detectors/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/templates/classic/detectors/__init__.py Sun Feb 23 19:05:15 2003 +0000 +++ b/roundup/templates/classic/detectors/__init__.py Mon Feb 24 04:12:15 2003 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -#$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 $ import sys, os, imp @@ -31,7 +31,6 @@ if ext == '.py': module = imp.load_module(name, open(path), file, ('.py', 'r', imp.PY_SOURCE)) - print (name, open(path), file, module) module.init(db) # vim: set filetype=python ts=4 sw=4 et si
