diff options
| author | Barry Warsaw | 2009-01-16 21:16:43 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-16 21:16:43 -0500 |
| commit | 0c996b693d1cc68d864acc313ba919197717a413 (patch) | |
| tree | b3fb5b5a6c5c52056bd8324f9ac8a6bf1a0e13b5 /mailman/pipeline/to_digest.py | |
| parent | ae3d0cc316b826b8325507d960ccf84da601c3b0 (diff) | |
| download | mailman-0c996b693d1cc68d864acc313ba919197717a413.tar.gz mailman-0c996b693d1cc68d864acc313ba919197717a413.tar.zst mailman-0c996b693d1cc68d864acc313ba919197717a413.zip | |
Diffstat (limited to 'mailman/pipeline/to_digest.py')
| -rw-r--r-- | mailman/pipeline/to_digest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/to_digest.py b/mailman/pipeline/to_digest.py index df2684986..b85764ac9 100644 --- a/mailman/pipeline/to_digest.py +++ b/mailman/pipeline/to_digest.py @@ -65,7 +65,7 @@ from mailman.pipeline.scrubber import process as scrubber _ = i18n._ -UEMPTYSTRING = u'' +UEMPTYSTRING = '' EMPTYSTRING = '' log = logging.getLogger('mailman.error') |
