2
0
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:
Jarrod Johnon 2014-10-28 16:49:25 -04:00
parent 522280d6be
commit 87ed69265a

View File

@ -30,6 +30,7 @@ import confluent.util as util
import eventlet
import eventlet.event
import random
import time
import traceback
_handled_consoles = {}