aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-14 14:10:54 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-14 14:12:30 +0200
commitca3bc5e49f2965ed365aa17cf8c8adb55fdaa828 (patch)
treef25471db93024725929ddda0165066307f16e33e /Makefile
parent254c1b80cda0e79083c3107288dd5a17e156a1ad (diff)
downloadremote-logon-config-agent-ca3bc5e49f2965ed365aa17cf8c8adb55fdaa828.tar.gz
remote-logon-config-agent-ca3bc5e49f2965ed365aa17cf8c8adb55fdaa828.tar.bz2
remote-logon-config-agent-ca3bc5e49f2965ed365aa17cf8c8adb55fdaa828.zip
Rename module tccalib to rscalib.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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