Skip to content
Snippets Groups Projects
Commit 2f038f21 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

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
parent d0e1cee1
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ from __future__ import absolute_import, division, print_function ...@@ -4,4 +4,4 @@ from __future__ import absolute_import, division, print_function
from moose.moose import * from moose.moose import *
__version__ = moose.moose.version( ) __version__ = version( )
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