diff options
| author | Barry Warsaw | 2007-07-16 23:55:49 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-16 23:55:49 -0400 |
| commit | b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a (patch) | |
| tree | 5893e3908f89d8dd988c7844827d83e60ab6c532 /Mailman/bin/withlist.py | |
| parent | 327865eaf118f40063366acad9c7d97487e010d6 (diff) | |
| download | mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.tar.gz mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.tar.zst mailman-b8e8aa0386c2ee0fc7e90bf22fbe8fe3f222964a.zip | |
Diffstat (limited to 'Mailman/bin/withlist.py')
| -rw-r--r-- | Mailman/bin/withlist.py | 4 |
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: |
