Skip to content

Commit f84dcef

Browse files
committed
fix: Import sys to use sys.stdout in trace_open
1 parent 699b032 commit f84dcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/itoolkit/toolkit.py

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

22
import xml.dom.minidom
33
import re
4+
import sys
45
import time
56
import logging
67
import warnings

0 commit comments

Comments
 (0)