Skip to content

Commit 7702d98

Browse files
committed
add missing import logging.handlers
1 parent 740532f commit 7702d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/bridgeLogger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'''
2222

2323
import logging
24+
import logging.handlers
2425
import os
2526

2627
logging.TRACE = 5

0 commit comments

Comments
 (0)