summaryrefslogtreecommitdiffstats
path: root/python/examples/mapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/mapping.py')
-rw-r--r--python/examples/mapping.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/examples/mapping.py b/python/examples/mapping.py
index bde6ec57..5a71abfc 100644
--- a/python/examples/mapping.py
+++ b/python/examples/mapping.py
@@ -4,8 +4,6 @@ import sys
sys.path.insert(0, '../')
import lasso
-lasso.init()
-
req = lasso.NameIdentifierMappingRequest.new("http://providerid.com",
"CDSC7SCD65SCDSDCCDS", "http://qualifier.com", "federated")
print 'dump req : ', req.dump()