From: Naoki Kambe Date: Mon, 7 Jan 2013 12:41:34 +0000 (+0900) Subject: [2225_statistics] correct the module name according to renaming to counters.py X-Git-Tag: bind10-1.1.0beta1-release~72^2~40^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e12dee22bbc97e49c7e5641cf50e39f64e5cbed2;p=thirdparty%2Fkea.git [2225_statistics] correct the module name according to renaming to counters.py --- diff --git a/src/lib/python/isc/statistics/__init__.py b/src/lib/python/isc/statistics/__init__.py index 2daa4b7536..9e77ed617e 100644 --- a/src/lib/python/isc/statistics/__init__.py +++ b/src/lib/python/isc/statistics/__init__.py @@ -1 +1 @@ -from isc.statistics.counter import * +from isc.statistics.counters import * diff --git a/src/lib/python/isc/statistics/tests/Makefile.am b/src/lib/python/isc/statistics/tests/Makefile.am index 7e2252b9ae..8dcc2965f6 100644 --- a/src/lib/python/isc/statistics/tests/Makefile.am +++ b/src/lib/python/isc/statistics/tests/Makefile.am @@ -1,5 +1,5 @@ PYCOVERAGE_RUN=@PYCOVERAGE_RUN@ -PYTESTS = counter_test.py +PYTESTS = counters_test.py EXTRA_DIST = $(PYTESTS) EXTRA_DIST += testdata/test_spec1.spec EXTRA_DIST += testdata/test_spec2.spec