diff --git a/infernal b/infernal deleted file mode 120000 index 798d0f3..0000000 --- a/infernal +++ /dev/null @@ -1 +0,0 @@ -./main.py \ No newline at end of file diff --git a/tests/tests.py b/tests/tests.py index 21dc991..b07f079 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,4 +1,5 @@ -import os, sys, inspect +import os +import sys import traceback sys.path.insert(1, os.path.join(sys.path[0], '..'))