summaryrefslogtreecommitdiff
path: root/yaksh/cpp_stdio_evaluator.py
diff options
context:
space:
mode:
authormaheshgudi2018-07-04 17:07:01 +0530
committermaheshgudi2018-07-12 18:27:27 +0530
commitec0903e00ffab1f0f0e6e674637243cd6a548115 (patch)
treefcaefd1d2cd70cf9a04cde4bea33c9c1d05f5271 /yaksh/cpp_stdio_evaluator.py
parent99f0c944fafec51b9327fe5dea01096842788e03 (diff)
downloadonline_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.tar.gz
online_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.tar.bz2
online_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.zip
Make pep8 changes
Diffstat (limited to 'yaksh/cpp_stdio_evaluator.py')
-rw-r--r--yaksh/cpp_stdio_evaluator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/cpp_stdio_evaluator.py b/yaksh/cpp_stdio_evaluator.py
index 26d655f..3f44cb2 100644
--- a/yaksh/cpp_stdio_evaluator.py
+++ b/yaksh/cpp_stdio_evaluator.py
@@ -9,6 +9,7 @@ from .stdio_evaluator import StdIOEvaluator
from .file_utils import copy_files, delete_files
from .grader import CompilationError
+
class CppStdIOEvaluator(StdIOEvaluator):
"""Evaluates C StdIO based code"""
def __init__(self, metadata, test_case_data):