summaryrefslogtreecommitdiffstats
path: root/support/scripts/checkpackagelib/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts/checkpackagelib/base.py')
-rw-r--r--support/scripts/checkpackagelib/base.py16
1 files changed, 0 insertions, 16 deletions
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
OpenPOWER on IntegriCloud