Skip to content

Commit dd4afa6

Browse files
committed
Missing an 'import sys'. Thanks Padraic Harley for pointing this out
1 parent a772bed commit dd4afa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python3/runner/sensei.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import unittest
55
import re
6+
import sys
67
import os
78
import glob
89

0 commit comments

Comments
 (0)