summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-20 08:47:15 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-12-20 08:47:15 +0100
commitc857134c0568d2b7e621da001c10790385974d18 (patch)
tree1c6afb7590dbc8d359cdb3ea530086568c1b37c7 /example
parentb28774d9737ba278954fa6a3cb31b6df467b56c3 (diff)
downloadpysaml2-c857134c0568d2b7e621da001c10790385974d18.tar.gz
Clean up
Diffstat (limited to 'example')
-rwxr-xr-xexample/idp2/idp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/idp2/idp.py b/example/idp2/idp.py
index b4e8321f..aca316c2 100755
--- a/example/idp2/idp.py
+++ b/example/idp2/idp.py
@@ -1035,8 +1035,6 @@ def application(environ, start_response):
# ----------------------------------------------------------------------------
if __name__ == '__main__':
- from wsgiref.simple_server import make_server
-
parser = argparse.ArgumentParser()
parser.add_argument('-p', dest='path', help='Path to configuration file.')
parser.add_argument('-v', dest='valid',