Skip to content

Commit

Permalink
switch off pywps
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Jan 4, 2019
1 parent 224027c commit 1f4286e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/common.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from pywps import get_ElementMakerForVersion
from pywps.app.basic import get_xpath_ns
# from pywps import get_ElementMakerForVersion
# from pywps.app.basic import get_xpath_ns
# from pywps.tests import WpsClient, WpsTestResponse
import os

VERSION = "0.4.0"
WPS, OWS = get_ElementMakerForVersion(VERSION)
xpath_ns = get_xpath_ns(VERSION)
# VERSION = "0.4.0"
# WPS, OWS = get_ElementMakerForVersion(VERSION)
# xpath_ns = get_xpath_ns(VERSION)

TESTS_HOME = os.path.abspath(os.path.dirname(__file__))
# CFG_FILE = os.path.join(TESTS_HOME, 'test.cfg')
Expand Down

0 comments on commit 1f4286e

Please sign in to comment.