Skip to content
Snippets Groups Projects
Commit 12bcf28c authored by Evan Ward's avatar Evan Ward
Browse files

Fix pyhelpers import in TLE Propagation example

parent bae72395
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
"import orekit\n",
"orekit.initVM()\n",
"\n",
"from setup_orekit_curdir import setup_orekit_curdir\n",
"from orekit.pyhelpers import setup_orekit_curdir\n",
"setup_orekit_curdir()"
],
"language": "python",
......
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