Skip to content
Snippets Groups Projects
Commit c80ee73f authored by Maël Méliani's avatar Maël Méliani
Browse files

Humhum...

parent 1f426277
No related branches found
No related tags found
No related merge requests found
......@@ -35,18 +35,18 @@ import sys
import pyxml
import webapp
import xml.etree.ElementTree as etree
from osgeo import osr, gdal
import mapscript
__config = None
def ms_version():
"""Return the current MapServer version used by MRA"""
import mapscript
return mapscript.MS_VERSION
def gdal_version():
"""Return the current GDAL version used by MRA"""
from osgeo import gdal
return gdal.VersionInfo("RELEASE_NAME")
def assert_is_empty(generator, tname, iname):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment