[GRASS-SVN] r65940 - grass-addons/grass7/vector/v.class.ml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 14 23:40:56 PDT 2015


Author: nikosa
Date: 2015-08-14 23:40:56 -0700 (Fri, 14 Aug 2015)
New Revision: 65940

Modified:
   grass-addons/grass7/vector/v.class.ml/v.class.ml.py
Log:
Reverted to r63874, unintentional commit was 65936

Modified: grass-addons/grass7/vector/v.class.ml/v.class.ml.py
===================================================================
--- grass-addons/grass7/vector/v.class.ml/v.class.ml.py	2015-08-15 06:34:54 UTC (rev 65939)
+++ grass-addons/grass7/vector/v.class.ml/v.class.ml.py	2015-08-15 06:40:56 UTC (rev 65940)
@@ -364,7 +364,6 @@
 import imp
 import sys
 import os
-sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'v.class.ml'))
 from pprint import pprint
 from fnmatch import fnmatch
 
@@ -381,6 +380,7 @@
 path = get_lib_path("v.class.ml", "")
 if path is None:
     raise ImportError("Not able to find the path %s directory." % path)
+
 sys.path.append(path)
 
 



More information about the grass-commit mailing list