diff options
Diffstat (limited to 'src/mailman/bin/cleanarch.py')
| -rw-r--r-- | src/mailman/bin/cleanarch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/cleanarch.py b/src/mailman/bin/cleanarch.py index 5bae3244d..1bf530a0f 100644 --- a/src/mailman/bin/cleanarch.py +++ b/src/mailman/bin/cleanarch.py @@ -113,7 +113,7 @@ def main(): if output: # Before we spit out the From_ line, make sure the # previous line was blank. - if prevline is not None and prevline <> '\n': + if prevline is not None and prevline != '\n': sys.stdout.write('\n') sys.stdout.write(line) sys.stdout.write(nextline) |
