Fix for hardcoded path

git-svn-id: http://svn.osgeo.org/qgis/trunk@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2008-01-17 18:58:30 +00:00
parent d011ea483f
commit fd3979ce85

View File

@ -34,7 +34,7 @@ class Qgis2Map:
self.project = projectFile
self.mapFile = mapFile
# create the DOM
self.qgs = minidom.parse("/home/gsherman/test1.qgs")
self.qgs = minidom.parse(projectFile)
# init the other members that are not set by the constructor
self.units = ''
self.imageType = ''