summaryrefslogtreecommitdiff
path: root/python/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/update.py')
-rw-r--r--python/update.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/update.py b/python/update.py
index 1eb8ea61..a89c9348 100644
--- a/python/update.py
+++ b/python/update.py
@@ -117,6 +117,11 @@ class UpdateChannel(object):
self.latest_version_num = ver
@property
+ def list(self):
+ """Allow tab completion to discover metaclass list property"""
+ pass
+
+ @property
def versions(self):
"""List of versions (read-only)"""
count = ctypes.c_ulonglong()