Selaa lähdekoodia

removed dblinks set up before opening vector map

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53984 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 vuotta sitten
vanhempi
commit
ee1892cbe1
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      lib/python/pygrass/vector/__init__.py

+ 0 - 1
lib/python/pygrass/vector/__init__.py

@@ -75,7 +75,6 @@ class Vector(Info):
         self._topo_level = 1
         self._class_name = 'Vector'
         self.overwrite = False
-        self.dblinks = None
 
     def __repr__(self):
         if self.exist():