Skip to content
Snippets Groups Projects
Commit b5385ec1 authored by Bienchen's avatar Bienchen
Browse files

Removed unneeded variable

parent 56869568
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,6 @@ first, :file:`test_actions.py` has to be loaded as a module:
.. testcode:: actiontest
:hide:
sys.path.insert(0, __actiontest_path__)
import test_actions
.. code-block:: python
......
......@@ -295,9 +295,6 @@ sys.path.insert(1, '@OST_PYMOD_PATH@')
import ost
# this one is needed for actiontest doctests
__actiontest_path__ = '@PROJECT_SOURCE_DIR@/actions/tests/'
# We define a LogSink here, pushing everything to stdout so doctest recognises
# it.
class DocTestLogger(ost.LogSink):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment