Module: check_mk
Branch: master
Commit: 1e31130d8a956436605eb8d02cdeb54e9191e504
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1e31130d8a9564…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Mar 29 16:41:27 2012 +0200
Remove exceeding import statements
---
web/plugins/sidebar/bi.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/web/plugins/sidebar/bi.py b/web/plugins/sidebar/bi.py
index 0371ae8..2fa4a4e 100644
--- a/web/plugins/sidebar/bi.py
+++ b/web/plugins/sidebar/bi.py
@@ -24,8 +24,6 @@
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA.
-import views, time, defaults
-from lib import *
import bi
# Python 2.3 does not have 'set' in normal namespace.