From ca3bc5e49f2965ed365aa17cf8c8adb55fdaa828 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 14 Sep 2016 14:10:54 +0200 Subject: Rename module tccalib to rscalib. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70c0c12..f914853 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ lint: pyflakes $$(find -name '*.py') $$(grep '^#!.*python' $$(bzr ls -Vkfile) -l) check: - python3 -m unittest tccalib.tests + python3 -m unittest rscalib.tests .PHONY: lint check -- cgit v1.2.3