summaryrefslogtreecommitdiff
path: root/python/bncompleter.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-01-01 16:13:19 -0500
committerJordan Wiens <jordan@psifertex.com>2020-01-01 16:13:19 -0500
commit5435b69c1e109d275a2cff4e4249b6dea7c383b2 (patch)
tree81599bdca4da077d30c4f0af3d453be7aa6ffa34 /python/bncompleter.py
parent3149dcc38db3dce0aad78c3c8d536145bb472470 (diff)
update copyright year to 2020
Diffstat (limited to 'python/bncompleter.py')
-rw-r--r--python/bncompleter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bncompleter.py b/python/bncompleter.py
index 9cb7d14f..fcfccc30 100644
--- a/python/bncompleter.py
+++ b/python/bncompleter.py
@@ -219,4 +219,4 @@ def get_class_members(klass):
if hasattr(klass,'__bases__'):
for base in klass.__bases__:
ret = ret + get_class_members(base)
- return ret \ No newline at end of file
+ return ret