Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Fixes ImportError: No module named '__builtin__' on Python 3.
  • Loading branch information
mgedmin committed Oct 13, 2015
1 parent 8277747 commit af6a316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/vars/unsafe_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

__all__ = ['UnsafeProxy', 'AnsibleUnsafe', 'wrap_var']

import __builtin__

class AnsibleUnsafe(object):
__UNSAFE__ = True
Expand Down

0 comments on commit af6a316

Please sign in to comment.