Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 2, 2016
1 parent ae84ea2 commit 4fd579c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _unittests/ut_ipythonhelper/test_notebook_runner.py
Expand Up @@ -20,7 +20,8 @@
sys.path.append(path) sys.path.append(path)
import src import src


from src.pyquickhelper.ipythonhelper.notebook_helper import run_notebook, install_python_kernel_for_unittest from src.pyquickhelper.ipythonhelper.notebook_helper import install_python_kernel_for_unittest
from src.pyquickhelper.ipythonhelper import run_notebook
from src.pyquickhelper.pycode import get_temp_folder from src.pyquickhelper.pycode import get_temp_folder
from src.pyquickhelper.loghelper import fLOG from src.pyquickhelper.loghelper import fLOG
from src.pyquickhelper.pycode import is_travis_or_appveyor from src.pyquickhelper.pycode import is_travis_or_appveyor
Expand Down
3 changes: 2 additions & 1 deletion _unittests/ut_ipythonhelper/test_notebook_runner_empty.py
Expand Up @@ -20,7 +20,8 @@
sys.path.append(path) sys.path.append(path)
import src import src


from src.pyquickhelper.ipythonhelper.notebook_helper import run_notebook, install_python_kernel_for_unittest from src.pyquickhelper.ipythonhelper.notebook_helper import install_python_kernel_for_unittest
from src.pyquickhelper.ipythonhelper import run_notebook
from src.pyquickhelper.pycode import get_temp_folder from src.pyquickhelper.pycode import get_temp_folder
from src.pyquickhelper.loghelper import fLOG from src.pyquickhelper.loghelper import fLOG
from src.pyquickhelper.pycode import is_travis_or_appveyor from src.pyquickhelper.pycode import is_travis_or_appveyor
Expand Down

0 comments on commit 4fd579c

Please sign in to comment.