summaryrefslogtreecommitdiff
path: root/python/enterprise.py
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-07-24 17:17:45 -0400
committerAlexander Taylor <alex@vector35.com>2024-07-24 17:17:45 -0400
commit6dee35541be6669d2d783bea37e0f230b10ade23 (patch)
tree6b99fb0012ff62b0f449d809b9405c8a097be57f /python/enterprise.py
parentceeef1fe56d3f2aae280497810dc6860d1e483c5 (diff)
Remove deprecated API functions.
Diffstat (limited to 'python/enterprise.py')
-rw-r--r--python/enterprise.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/enterprise.py b/python/enterprise.py
index 5b4403d5..65fd31be 100644
--- a/python/enterprise.py
+++ b/python/enterprise.py
@@ -255,21 +255,6 @@ def update_license(duration, _cache=True):
raise RuntimeError(last_error())
-@deprecation.deprecated(deprecated_in="3.4.4137", details="Use .update_license instead.")
-def acquire_license(duration, _cache=True):
- """
- Function deprecated. Use update_license instead.
-
- Check out and activate a license from the Enterprise Server.
-
- .. note:: You must authenticate with the Enterprise Server before calling this.
-
- :param int duration: Desired length of license checkout, in seconds.
- :param bool _cache: Deprecated but left in for compatibility
- """
- update_license(duration, _cache)
-
-
def release_license():
"""
Release the currently checked out license back to the Enterprise Server.