From 2d5c19105228e47df42218fd6b8e0b41d3ba394f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Dec 2018 19:57:24 +0100 Subject: util: Remove unused function --- crocoite/util.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crocoite/util.py') diff --git a/crocoite/util.py b/crocoite/util.py index 18a051a..da6d54a 100644 --- a/crocoite/util.py +++ b/crocoite/util.py @@ -26,11 +26,6 @@ import random, sys import hashlib, pkg_resources from urllib.parse import urlsplit, urlunsplit -def randomString (length=None, chars='abcdefghijklmnopqrstuvwxyz'): - if length is None: - length = random.randint (16, 32) - return ''.join (map (lambda x: random.choice (chars), range (length))) - def packageUrl (path): """ Create URL for package data stored into WARC -- cgit v1.2.3