diff options
Diffstat (limited to 'python/update.py')
| -rw-r--r-- | python/update.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/update.py b/python/update.py index 2f817595..a89c9348 100644 --- a/python/update.py +++ b/python/update.py @@ -115,6 +115,7 @@ class UpdateChannel(object): self.name = name self.description = desc self.latest_version_num = ver + @property def list(self): """Allow tab completion to discover metaclass list property""" |
