Browse Source

[2145] import specific isc.XXX, instead of the whole 'isc' packages.

JINMEI Tatuya 12 years ago
parent
commit
d761599974
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/stats/stats.py.in

+ 2 - 1
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 *