[GRASS-SVN] r39523 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 14 13:39:10 EDT 2009
Author: martinl
Date: 2009-10-14 13:39:07 -0400 (Wed, 14 Oct 2009)
New Revision: 39523
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: VectorDBInfo is defined in 'dbm_base' module
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-10-14 11:58:52 UTC (rev 39522)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2009-10-14 17:39:07 UTC (rev 39523)
@@ -1747,7 +1747,7 @@
parent = self,
**cmd[1])
- self.mapDBInfo = VectorDBInfo(self.vectorName)
+ self.mapDBInfo = dbm_base.VectorDBInfo(self.vectorName)
table = self.mapDBInfo.layers[self.layer]['table']
# update table description
@@ -2015,7 +2015,7 @@
self.notebook.SetSelection(2)
# fetch fresh db info
- self.mapDBInfo = VectorDBInfo(self.vectorName)
+ self.mapDBInfo = dbm_base.VectorDBInfo(self.vectorName)
#
# add new page
More information about the grass-commit
mailing list