Fixing 'ValueError: Attempted relative import in non-package'

This commit is contained in:
Yannick Jadoul
2017-09-06 15:46:31 +02:00
parent a7c7a58407
commit 3188c978c9
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import print_function
import os, sys, subprocess, shutil, json
from glob import glob
from . import run_test
import run_test
if __name__ == '__main__':
# move cwd to the project root