Skip to content

Commit d127618

Browse files
guiconfig: fix call re lib but not import it.(2)
Co-authored-by: Torsten Tejlmand Rasmussen <[email protected]>
1 parent 04d165e commit d127618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guiconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
import errno
5656
import os
57-
import sys
5857
import re
58+
import sys
5959

6060
_PY2 = sys.version_info[0] < 3
6161

0 commit comments

Comments
 (0)