From 6cdede57ab2a6df1572cbcce722eac7cc892fe76 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 15 Feb 2012 17:22:48 +0100 Subject: [PATCH] [entropy.cli] remove deprecated acquire_entropy_locks, release_entropy_locks --- lib/entropy/cli.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/entropy/cli.py b/lib/entropy/cli.py index 285019f0b..bd8b1474d 100644 --- a/lib/entropy/cli.py +++ b/lib/entropy/cli.py @@ -27,20 +27,6 @@ from entropy.i18n import _ import entropy.dep -def acquire_entropy_locks(entropy_client): - """@deprecated""" - import warnings - import entropy.tools - warnings.warn("deprecated, please use entropy.tools module") - return entropy.tools.acquire_entropy_locks(entropy_client) - -def release_entropy_locks(entropy_client): - """@deprecated""" - import warnings - import entropy.tools - warnings.warn("deprecated, please use entropy.tools module") - return entropy.tools.release_entropy_locks(entropy_client) - def cleanup(directories): """ Temporary files cleaner.