[GRASS-SVN] r53984 - grass/trunk/lib/python/pygrass/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 23 05:53:04 PST 2012


Author: lucadelu
Date: 2012-11-23 05:53:03 -0800 (Fri, 23 Nov 2012)
New Revision: 53984

Modified:
   grass/trunk/lib/python/pygrass/vector/__init__.py
Log:
removed dblinks set up before opening vector map

Modified: grass/trunk/lib/python/pygrass/vector/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/vector/__init__.py	2012-11-23 13:30:25 UTC (rev 53983)
+++ grass/trunk/lib/python/pygrass/vector/__init__.py	2012-11-23 13:53:03 UTC (rev 53984)
@@ -75,7 +75,6 @@
         self._topo_level = 1
         self._class_name = 'Vector'
         self.overwrite = False
-        self.dblinks = None
 
     def __repr__(self):
         if self.exist():



More information about the grass-commit mailing list