From: JINMEI Tatuya Date: Tue, 5 Feb 2013 23:28:59 +0000 (-0800) Subject: [2145] import specific isc.XXX, instead of the whole 'isc' packages. X-Git-Tag: bind10-1.0.0-rc-release~27^2~3^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76159997442d71928d459041d46d89a01fbdefc;p=thirdparty%2Fkea.git [2145] import specific isc.XXX, instead of the whole 'isc' packages. --- diff --git a/src/bin/stats/stats.py.in b/src/bin/stats/stats.py.in index 17d2f74d24..0af09337ee 100755 --- a/src/bin/stats/stats.py.in +++ b/src/bin/stats/stats.py.in @@ -26,7 +26,8 @@ from optparse import OptionParser, OptionValueError import errno import select -import isc +import isc.cc +import isc.config import isc.util.process import isc.log from isc.log_messages.stats_messages import *