aboutsummaryrefslogtreecommitdiff
path: root/example/extract_addresses.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/extract_addresses.py')
-rwxr-xr-xexample/extract_addresses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/extract_addresses.py b/example/extract_addresses.py
index f3d268c..0975ea9 100755
--- a/example/extract_addresses.py
+++ b/example/extract_addresses.py
@@ -17,7 +17,7 @@ tag='Used'
domain='sub.example.com.'
cidrs=['10.1.0.0/16','192.168.42.0/24']
-ipam = phpipam.PhpipamAPI(phpipam_url, appid, user, passw)
+ipam = phpipam_api.PhpipamAPI(phpipam_url, appid, user, passw)
tags = ipam.addresses.getTags()
for _tag in tags: