From fd3979ce85440e65c1d4179cb2e9517ad3235f94 Mon Sep 17 00:00:00 2001 From: gsherman Date: Thu, 17 Jan 2008 18:58:30 +0000 Subject: [PATCH] Fix for hardcoded path git-svn-id: http://svn.osgeo.org/qgis/trunk@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/plugins/mapserver_export/ms_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/mapserver_export/ms_export.py b/python/plugins/mapserver_export/ms_export.py index b2c78ba6d21..d48b6c71816 100644 --- a/python/plugins/mapserver_export/ms_export.py +++ b/python/plugins/mapserver_export/ms_export.py @@ -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 = ''