@@ -13,3 +13,6 @@
[submodule "external/codemirror2"]
path = external/codemirror2
url = http://marijnhaverbeke.nl/git/codemirror2
+[submodule "external/testrunner"]
+ path = external/testrunner
+ url = git@kompiler.org:python/testrunner
@@ -0,0 +1 @@
+Subproject commit 39804c23b6c4bc9da23767d825e45e4512917ddf
@@ -13,6 +13,6 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with TRS. If not, see <http://www.gnu.org/licenses/>.
-from testrunner import main
+from external.testrunner import main
import sys
main(sys.argv[1:])