4 Commits

Author SHA1 Message Date
Kiall Mac Innes
e405cb3f44 Ensure Invalid JSON and errors during deletes are displayed correctly
Change-Id: Iccd4ee10611cfa58a98618f29545d5b194edafa3
2013-10-14 12:45:19 +01:00
Kiall Mac Innes
5fe58dac71 Add a --insecure arg to ignore invalid SSL certs
Change-Id: I7350c2f9d8f857300784955b2b776f3f1dc69933
2013-09-18 12:55:40 +01:00
Dirk Mueller
f7bc95a871 Use Python 3.x compatible except construct.
Python 3.x deprecated the form "except x,y:". Switch usage to
"except x as y:", which works with any Python version >= 2.6

Change-Id: Id276fdaee9e8753568227e638408e5bccff28e67
2013-09-04 14:41:29 +02:00
Kiall Mac Innes
67c14f0573 Rename Moniker -> Designate
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
2013-06-09 22:08:11 +01:00