Commit af6a316d by Marius Gedminas

Remove unused import

Fixes ImportError: No module named '__builtin__' on Python 3.
parent 8277747a
......@@ -52,7 +52,6 @@
__all__ = ['UnsafeProxy', 'AnsibleUnsafe', 'wrap_var']
import __builtin__
class AnsibleUnsafe(object):
__UNSAFE__ = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment