From c36f739e8fc337acfa7f036418a5b484dd368dd1 Mon Sep 17 00:00:00 2001 From: portnov Date: Thu, 5 Jun 2008 22:14:49 +0600 Subject: [PATCH] Remove annoying debug print. --- modules.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/modules.py b/modules.py index 78ee4b8..152044c 100644 --- a/modules.py +++ b/modules.py @@ -37,7 +37,6 @@ def module_load(name): global modules global exports mod = modules[name] - print exports for n in exports: setattr(mod,n,globals()[n]) modules[name].init() -- 1.7.2.3