Re-adding submodules after moving things around

This commit is contained in:
James Cammarata
2015-05-03 21:58:48 -05:00
parent ce3ef7f4c1
commit 249fd2a7e1
6 changed files with 18 additions and 6 deletions

View File

@@ -14,9 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.0'
__version__ = '2.0.0'
__author__ = 'Ansible, Inc.'