diff options
Diffstat (limited to 'python/update.py')
| -rw-r--r-- | python/update.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/update.py b/python/update.py index a89c9348..1eb8ea61 100644 --- a/python/update.py +++ b/python/update.py @@ -117,11 +117,6 @@ 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() |
