5 Commits

Author SHA1 Message Date
Jenkins
c9d36d9d29 Merge "Solve some py3 compatibilty issues" 2015-07-27 13:48:07 +00:00
Pradeep Kumar Singh
28715147df Solve some py3 compatibilty issues
1. replaced dict.keys() with six.iterkeys(dict)
2. replaced map with six.moves.map

Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
2015-07-24 02:35:55 +00:00
Pradeep Kumar Singh
a0eafcb093 Fix py3 compatibilty issues
1. replace urllib with six.moves.urllib
2. replace basestring with six.string_types

Change-Id: I92dbbdb149ed35e1623184eb7a93162b5cc0bfb6
2015-07-23 14:02:48 +09:00
Endre Karlson
2a2c85ce21 V2 Bindings
This provides bindings for:

- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers

With associated unit tests.

Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
2015-05-07 17:23:09 +02:00
Endre Karlson
6e174c5128 Move some useful code outside v1
Change-Id: I5cdb4e0b57e00743cb1a4409a1fc8b519ae38ddb
2014-11-17 17:03:32 +01:00