summaryrefslogtreecommitdiff
path: root/Mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/bin/withlist.py')
-rw-r--r--Mailman/bin/withlist.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mailman/bin/withlist.py b/Mailman/bin/withlist.py
index ac1ab0aac..5e4655100 100644
--- a/Mailman/bin/withlist.py
+++ b/Mailman/bin/withlist.py
@@ -190,10 +190,6 @@ def main():
VERBOSE = not opts.quiet
LOCK = opts.lock
- # Append our bin directory to sys.path so that any withlist scripts living
- # their can be simply imported.
- sys.path.append(config.BIN_DIR)
-
# The default for interact is true unless -r was given
if opts.interactive is None:
if not opts.run: