diff options
author | maheshgudi | 2017-11-06 16:34:37 +0530 |
---|---|---|
committer | maheshgudi | 2017-11-07 14:50:09 +0530 |
commit | 70a35ac2a001bd9638d9db5ed645d00f94ae4666 (patch) | |
tree | d404d9f9413b25fcc224fe3dea15eee1bc8ca88d /yaksh/python_stdio_evaluator.py | |
parent | 72b3d672735f624064431cbb0751d3cc3b08b6ba (diff) | |
download | online_test-70a35ac2a001bd9638d9db5ed645d00f94ae4666.tar.gz online_test-70a35ac2a001bd9638d9db5ed645d00f94ae4666.tar.bz2 online_test-70a35ac2a001bd9638d9db5ed645d00f94ae4666.zip |
Change module compare_stdio to error_messages
Diffstat (limited to 'yaksh/python_stdio_evaluator.py')
-rw-r--r-- | yaksh/python_stdio_evaluator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/python_stdio_evaluator.py b/yaksh/python_stdio_evaluator.py index 2b443a7..b08103a 100644 --- a/yaksh/python_stdio_evaluator.py +++ b/yaksh/python_stdio_evaluator.py @@ -9,7 +9,7 @@ except ImportError: # Local imports from .file_utils import copy_files, delete_files from .base_evaluator import BaseEvaluator -from .compare_stdio import compare_outputs +from .error_messages import compare_outputs @contextmanager |