Skip to content

Commit 77cc070

Browse files
committed
remove deprecated comments
1 parent 88d6714 commit 77cc070

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

run-mpitests.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# pop the current directory from search path
2-
# python interpreter adds this to a top level script
3-
# but we will likely have a name conflict (runtests.py .vs runtests package)
41
import sys;
52
from runtests.mpi import Tester
63

run-tests.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# pop the current directory from search path
2-
# python interpreter adds this to a top level script
3-
# but we will likely have a name conflict (runtests.py .vs runtests package)
41
import sys;
52
from runtests import Tester
63
import os.path

0 commit comments

Comments
 (0)