Commit 5e5750ed authored by sumpfralle's avatar sumpfralle

fixed import of TestModel


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@477 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent b0b000f2
...@@ -94,7 +94,7 @@ def get_default_model(): ...@@ -94,7 +94,7 @@ def get_default_model():
log.warn("Failed to find the default model (%s) in the " \ log.warn("Failed to find the default model (%s) in the " \
"following locations: %s" % (DEFAULT_MODEL_FILE, "following locations: %s" % (DEFAULT_MODEL_FILE,
", ".join(EXAMPLE_MODEL_LOCATIONS))) ", ".join(EXAMPLE_MODEL_LOCATIONS)))
return pycam.Importers.TestModel() return pycam.Importers.TestModel.get_test_model()
# check if we were started as a separate program # check if we were started as a separate program
......
Markdown is supported
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