commit | d8409e027daf93dbf4ea8df195824cab225cdf7d | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <cyril@redhat.com> | Wed Jul 01 19:16:43 2015 +0000 |
committer | Cyril Roelandt <cyril@redhat.com> | Thu Jul 02 16:32:46 2015 +0200 |
tree | 7dca120fce2f48d1313f0f729acb5b60ab623ab8 | |
parent | b896e73fecf34465cc0bf4b61c586d98bf59b4f3 [diff] |
Python3: do not use urllib.urlencode It has been moved in Python3. Use six.moves to have code that works with both Python 2 and 3. Change-Id: I5f286b1f784b3b7bb37852b00169a6c1227eb74b Blueprint: neutron-python3