python-publisher icon indicating copy to clipboard operation
python-publisher copied to clipboard

rewrote to be able to run in python2.7 or later

Open righ opened this issue 7 years ago • 0 comments

I fixed the code failing in Python3, the details are the following:

  • Module path modified in python3.
  • Request parameters encoding.
  • Unit tests.

I checked in python2.7 and python3.6 using existing test and publish function actually.

Thanks.

righ avatar Mar 18 '18 13:03 righ