summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperArch.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
-rw-r--r--Mailman/Archiver/HyperArch.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index e12de15f4..c8d27d750 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -481,12 +481,6 @@ class HyperArchive(pipermail.T):
#
- # this is always called from inside it's own forked
- # process, and access is protected via list.Save()
- # so we're leavin' the perms wide open from here on out
- #
- ou = os.umask(0)
- #
# can't init the database while other
# processes are writing to it!
# XXX TODO- implement native locking