summaryrefslogtreecommitdiff
path: root/python/update.py
diff options
context:
space:
mode:
authorRyan Snyder <ryan@vector35.com>2018-07-02 13:55:27 -0400
committerRyan Snyder <ryan@vector35.com>2018-07-02 13:55:27 -0400
commitbc8f53abc3885824ae1eaca79c95ce83a3a3a643 (patch)
treedb8bd652193b880538d0a2be94e4ee6f7db4efb8 /python/update.py
parent67209107fbfe586a39101b7135b3f041cb934abe (diff)
python: avoid auto-generating docs for live content
Diffstat (limited to 'python/update.py')
-rw-r--r--python/update.py5
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()