remove old imports

This commit is contained in:
Alexander Bruy 2017-02-15 20:03:12 +02:00
parent b3ab5543dd
commit 58b9c82e20
2 changed files with 0 additions and 7 deletions

View File

@ -25,9 +25,6 @@ __copyright__ = '(C) 2013, Victor Olaya'
__revision__ = '$Format:%H$' __revision__ = '$Format:%H$'
#import matplotlib.pyplot as plt
#import matplotlib.pylab as lab
import plotly as plt import plotly as plt
import plotly.graph_objs as go import plotly.graph_objs as go
import numpy as np import numpy as np

View File

@ -28,13 +28,9 @@ __revision__ = '$Format:%H$'
import os import os
try: try:
#import matplotlib.pyplot
#assert matplotlib # NOQA silence pyflakes
#hasMatplotlib = True
import plotly import plotly
hasPlotly = True hasPlotly = True
except: except:
#hasMatplotlib = False
hasPlotly = False hasPlotly = False
from qgis.PyQt.QtGui import QIcon from qgis.PyQt.QtGui import QIcon