Skip to content

Commit

Permalink
removed import CloudFlare.exceptions from examples - as per @yesbox e…
Browse files Browse the repository at this point in the history
…dits for python3
  • Loading branch information
mahtin committed Dec 30, 2016
1 parent 08aafa4 commit 37ddc7e
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ A more complex example follows.

```python
import CloudFlare
import CloudFlare.exceptions

def main():
zone_name = 'example.com'
Expand Down
1 change: 0 additions & 1 deletion examples/example_are_zones_ipv6.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_create_zone_and_populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_dnssec_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_ips.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_paging_thru_zones.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
cf = CloudFlare.CloudFlare(raw=True)
Expand Down
1 change: 0 additions & 1 deletion examples/example_proxied.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Change the proxied value on a FQDN"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_update_dynamic_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def my_ip_address():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down
1 change: 0 additions & 1 deletion examples/example_zones.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

sys.path.insert(0, os.path.abspath('..'))
import CloudFlare
import CloudFlare.exceptions

def main():
"""Cloudflare API code - example"""
Expand Down

0 comments on commit 37ddc7e

Please sign in to comment.