Removing __version__ from __init__.py since it belongs in release.py

This commit is contained in:
James Cammarata 2016-06-04 11:00:08 -05:00
parent 6f5d1456bc
commit 55d40b50e4

View file

@ -26,4 +26,3 @@ __metaclass__ = type
# This is for backwards compat. Code should be ported to get these from
# ansible.release instead of from here.
from ansible.release import __version__, __author__
__version__ = '2.1.0.0'