Skip to content
Snippets Groups Projects
Commit 3f8c6b08 authored by Ian Bell's avatar Ian Bell
Browse files

Also get __version__ back out

parent 8b2e06c6
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,8 @@ from .teqp import * ...@@ -71,6 +71,8 @@ from .teqp import *
def get_datapath(): def get_datapath():
"""Get the absolute path to the folder containing the root of multi-fluid data""" """Get the absolute path to the folder containing the root of multi-fluid data"""
return os.path.abspath(os.path.dirname(__file__)+"/fluiddata") return os.path.abspath(os.path.dirname(__file__)+"/fluiddata")
from .teqp import __version__
''' '''
def prepare(): def prepare():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment