elpaso 2d3b813d22 Fixes an error when unloading plugins
Custom utils._import was never called, because
builtins was correctly imported (even if it missed __import__)
and  _import was then monkey patched to builtins instead of __builtin__

Tested on python 2
2016-03-25 12:17:58 +01:00
..
2016-03-21 17:00:26 +01:00
2016-03-21 17:00:26 +01:00
2016-03-21 17:00:26 +01:00
2016-03-22 09:47:14 +01:00
2016-03-21 17:00:26 +01:00
2016-03-21 17:00:26 +01:00
2016-03-21 17:00:26 +01:00
2016-03-21 17:00:26 +01:00
2016-03-25 12:17:58 +01:00