[GRASS-SVN] r71672 - grass-addons/grass7/vector/v.gsflow.gravres
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 11 07:32:05 PST 2017
Author: awickert
Date: 2017-11-11 07:32:05 -0800 (Sat, 11 Nov 2017)
New Revision: 71672
Modified:
grass-addons/grass7/vector/v.gsflow.gravres/v.gsflow.gravres.py
Log:
v.gsflow.gravres.py: rm matplotlib: not compiling for Windows
Modified: grass-addons/grass7/vector/v.gsflow.gravres/v.gsflow.gravres.py
===================================================================
--- grass-addons/grass7/vector/v.gsflow.gravres/v.gsflow.gravres.py 2017-11-11 15:31:28 UTC (rev 71671)
+++ grass-addons/grass7/vector/v.gsflow.gravres/v.gsflow.gravres.py 2017-11-11 15:32:05 UTC (rev 71672)
@@ -57,8 +57,6 @@
##################
# PYTHON
import numpy as np
-from matplotlib import pyplot as plt
-import sys
# GRASS
from grass.pygrass.modules.shortcuts import general as g
from grass.pygrass.modules.shortcuts import raster as r
More information about the grass-commit
mailing list