From e518b38936fb836bebf7f2274c6d6cdc704e119a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 1 Jul 2017 16:31:03 +0200 Subject: tools: move check-package out of support/scripts/ Move it to the top-level tools/ directory, so that it is easier to find for users. Signed-off-by: "Yann E. MORIN" Cc: Ricardo Martincoski Cc: Thomas Petazzoni Cc: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- support/scripts/checkpackagelib/base.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 support/scripts/checkpackagelib/base.py (limited to 'support/scripts/checkpackagelib/base.py') diff --git a/support/scripts/checkpackagelib/base.py b/support/scripts/checkpackagelib/base.py deleted file mode 100644 index 7669775f06..0000000000 --- a/support/scripts/checkpackagelib/base.py +++ /dev/null @@ -1,16 +0,0 @@ -# See support/scripts/checkpackagelib/readme.txt before editing this file. - - -class _CheckFunction(object): - def __init__(self, filename, url_to_manual): - self.filename = filename - self.url_to_manual = url_to_manual - - def before(self): - pass - - def check_line(self, lineno, text): - pass - - def after(self): - pass -- cgit v1.2.3