summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index fedd1101a..0001c612b 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -590,11 +590,6 @@ def reap(kids, func=None, once=0):
break
-def GetDirectories(path):
- return [f for f in os.listdir(path)
- if os.path.isdir(os.path.join(path, f))]
-
-
def GetLanguageDescr(lang):
return mm_cfg.LC_DESCRIPTIONS[lang][0]