]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2225_statistics] correct the module name according to renaming to counters.py
authorNaoki Kambe <kambe@jprs.co.jp>
Mon, 7 Jan 2013 12:41:34 +0000 (21:41 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Tue, 8 Jan 2013 04:36:26 +0000 (13:36 +0900)
src/lib/python/isc/statistics/__init__.py
src/lib/python/isc/statistics/tests/Makefile.am

index 2daa4b7536b1db04f4a162a4e63770bb9f91eecd..9e77ed617eb5dbc9399c5915325c2c214524263a 100644 (file)
@@ -1 +1 @@
-from isc.statistics.counter import *
+from isc.statistics.counters import *
index 7e2252b9ae531b5966431cd9ec43009b0d990833..8dcc2965f6e51927fd96cfd085acd3d84000706a 100644 (file)
@@ -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