summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-03-02 16:34:46 -0500
committerScott Moser <smoser@ubuntu.com>2015-03-02 16:34:46 -0500
commit72958f9c40f53c634d1eb7ef55547271e1972d2c (patch)
treeeb15f21f1861200ea628a03b17f5466ad5d83fc7 /LICENSE
parenta934ae9543ccc9c13fbdedddcc04fa82853a7ec2 (diff)
downloadvyos-cloud-init-72958f9c40f53c634d1eb7ef55547271e1972d2c.tar.gz
vyos-cloud-init-72958f9c40f53c634d1eb7ef55547271e1972d2c.zip
DataSourceMAAS: fix oauthlib imports
In both python2 and python3, This throws "'module' object has no attribute 'oauth1'" $ python3 -c 'import oauthlib; oauthlib.oauth1.Client("x")' While this works fine: $ python3 -c 'import oauthlib.oauth1 as oauth1; oauth1.Client("x")'
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions