~fwereade/pyjuju/fix-cluster-instances

« back to all changes in this revision

Viewing changes to juju/lib/zklog.py

merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
"""
4
4
import json
5
5
import sys
6
 
from logging import Handler, NOTSET, Formatter, LogRecord
 
6
from logging import Handler, NOTSET, Formatter
7
7
 
8
8
from twisted.internet.defer import inlineCallbacks, returnValue
9
9