Skip to content

Commit c2f5752

Browse files
committed
import errno for errno.EEXIST
1 parent c122990 commit c2f5752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jsbeautifier/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import getopt
55
import re
66
import string
7+
import errno
78
from jsbeautifier.__version__ import __version__
89

910
#

0 commit comments

Comments
 (0)