Skip to content

Commit a72715c

Browse files
authored
Merge pull request #10 from sysprog21/fix-missing-re
Add missibg 're' import
2 parents 29a00d1 + e7475a9 commit a72715c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guiconfig.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
import errno
5656
import os
5757
import sys
58+
import re
5859

5960
_PY2 = sys.version_info[0] < 3
6061

0 commit comments

Comments
 (0)