Skip to content

Commit

Permalink
Merge pull request #10 from sysprog21/fix-missing-re
Browse files Browse the repository at this point in the history
Add missibg 're' import
  • Loading branch information
jserv authored Feb 16, 2025
2 parents 29a00d1 + e7475a9 commit a72715c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import errno
import os
import sys
import re

_PY2 = sys.version_info[0] < 3

Expand Down

0 comments on commit a72715c

Please sign in to comment.