From 69a2e0e8c08253c39b7ca801adbc78b0167bb25c Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 5 Feb 2013 11:34:02 +0000 Subject: [PATCH] [entropy.client] drop get_file_permissions, deprecated --- lib/entropy/client/interfaces/methods.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/entropy/client/interfaces/methods.py b/lib/entropy/client/interfaces/methods.py index c6d5193cc..655e582b3 100644 --- a/lib/entropy/client/interfaces/methods.py +++ b/lib/entropy/client/interfaces/methods.py @@ -1750,10 +1750,6 @@ class MiscMixin: _FILE_LOCK_MAP = { } - def setup_file_permissions(self, file_path): - """ @deprecated """ - const_setup_file(file_path, etpConst['entropygid'], 0o664) - def _file_lock_setup(self, file_path): """ Setup _FILE_LOCK_MAP for file_path, allocating locking information.