diff options
Diffstat (limited to 'python/bncompleter.py')
| -rw-r--r-- | python/bncompleter.py | 2 |
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 |
