Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mapserver REST API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miscellaneous
Mapserver REST API
Commits
c80ee73f
Commit
c80ee73f
authored
11 years ago
by
Maël Méliani
Browse files
Options
Downloads
Patches
Plain Diff
Humhum...
parent
1f426277
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tools.py
+2
-2
2 additions, 2 deletions
src/tools.py
with
2 additions
and
2 deletions
src/tools.py
+
2
−
2
View file @
c80ee73f
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment