mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Add missing time import
consoleserver.py failed to import time to support new buffer age functionality
This commit is contained in:
parent
522280d6be
commit
87ed69265a
@ -30,6 +30,7 @@ import confluent.util as util
|
||||
import eventlet
|
||||
import eventlet.event
|
||||
import random
|
||||
import time
|
||||
import traceback
|
||||
|
||||
_handled_consoles = {}
|
||||
|
Loading…
Reference in New Issue
Block a user