I did have a look at the Python docs first, but I'm still not quite sure why the plugin didn't fail when I removed the __future__ imports. Does this indicate that it simply isn't required in that particular plugin? Is it just a standard import to use in plugins because it's generally useful?
|