diff options
| author | Barry Warsaw | 2011-08-03 23:01:06 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-08-03 23:01:06 -0400 |
| commit | fdb49295a5f859059f2b8d105d30e97f5b059e77 (patch) | |
| tree | 84bbd8097dc150cc089069761612ae0a47372d79 /src/mailman/__init__.py | |
| parent | 6b7f61df17382d29fcb4b403d4485d1d08481177 (diff) | |
| download | mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.gz mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.zst mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.zip | |
Diffstat (limited to 'src/mailman/__init__.py')
| -rw-r--r-- | src/mailman/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/__init__.py b/src/mailman/__init__.py index 0b911fec9..ed51320ba 100644 --- a/src/mailman/__init__.py +++ b/src/mailman/__init__.py @@ -41,7 +41,6 @@ except ImportError: # however, we'll initialize it differently for tests. We have to do it this # early so that module contents is set up before anything that needs it is # imported. -# pylint: disable-msg=E0611 if sys.argv[0].split(os.sep)[-1] == 'test': from mailman.testing.i18n import initialize else: |
