Quote:
Originally Posted by KevinH
I actually kept all the methods in compatibility_utils.py and unipath.py but then simplified each a bit so that they only work for python3.
|
AFAIK, I only used:
Code:
from compatibility_utils import iswindows
from compatibility_utils import unquoteurl
in some of my plugins and they all still work fine with latest build.