web/views/plots.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 742 99115e029dca
child 1133 8a409ea0c9ec
--- a/web/views/plots.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/web/views/plots.py	Mon Mar 23 17:55:59 2009 +0100
@@ -25,8 +25,7 @@
     import sys
     if 'matplotlib.backends' not in sys.modules:
         matplotlib.use('Agg')
-    from matplotlib.ticker import FormatStrFormatter
-    from pylab import figure, show
+    from pylab import figure
 except ImportError:
     pass
 else: