aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-30 17:27:48 +0100
committerGravatar jesopo2019-05-30 17:27:48 +0100
commitf7f476e40b0a674def8c59a2ed33be5ff0aa3205 (patch)
treef2597a29021b1a91a9b3630751682243b63edf7d /modules
parentHex-encode master passwords, instead of b64, to avoid "strange" chars (diff)
signature
Remove empty _random_string declaration
Diffstat (limited to 'modules')
-rw-r--r--modules/permissions/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/permissions/__init__.py b/modules/permissions/__init__.py
index b53ff875..3e2ce3f1 100644
--- a/modules/permissions/__init__.py
+++ b/modules/permissions/__init__.py
@@ -51,8 +51,6 @@ class Module(ModuleManager.BaseModule):
(None, None))
return hash, salt
- def _random_string(self, n):
-
def _make_salt(self):
return base64.b64encode(os.urandom(64)).decode("utf8")