From 2f038f21bc94f16351c030dce68fb7bbafd1e62a Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 24 Jun 2017 10:32:52 +0530 Subject: [PATCH] Squashed 'moose-core/' changes from d1130b78b..1cbe2f063 1cbe2f063 __version__ = version( ) is both python2 and python3 compatible. git-subtree-dir: moose-core git-subtree-split: 1cbe2f06372d760333681952d6f81e2087c90aac --- python/moose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/moose/__init__.py b/python/moose/__init__.py index 6bd8517a..af90c372 100644 --- a/python/moose/__init__.py +++ b/python/moose/__init__.py @@ -4,4 +4,4 @@ from __future__ import absolute_import, division, print_function from moose.moose import * -__version__ = moose.moose.version( ) +__version__ = version( ) -- GitLab