diff options
| author | bwarsaw | 2000-03-28 17:20:53 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-03-28 17:20:53 +0000 |
| commit | 0d13c7619e619b4438a2f20c01149b86fd5222d7 (patch) | |
| tree | 419c3661122b00f8963a893d60a2917b8ebb99fc | |
| parent | c2d985c75ea9a8f0d1f270a12d119bd6d57951b6 (diff) | |
| download | mailman-0d13c7619e619b4438a2f20c01149b86fd5222d7.tar.gz mailman-0d13c7619e619b4438a2f20c01149b86fd5222d7.tar.zst mailman-0d13c7619e619b4438a2f20c01149b86fd5222d7.zip | |
cosmetic
| -rwxr-xr-x | cron/gate_news | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/gate_news b/cron/gate_news index fba731dc5..4a6f720a5 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -44,11 +44,11 @@ import os import string import time import marshal -import paths import errno import traceback import socket +import paths from Mailman import MailList from Mailman import mm_cfg from Mailman import Utils |
