diff options
| author | Barry Warsaw | 2009-12-14 22:49:47 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-14 22:49:47 -0500 |
| commit | 7592ba511e37a299e3329f95e584873f3613dc5f (patch) | |
| tree | d7b11c6d0ebbb5006d1ff12a1829659a05dbfb17 /src/mailman/__init__.py | |
| parent | 91020e5c0b7cc70b12d16741bd415b5eb017b63e (diff) | |
| download | mailman-7592ba511e37a299e3329f95e584873f3613dc5f.tar.gz mailman-7592ba511e37a299e3329f95e584873f3613dc5f.tar.zst mailman-7592ba511e37a299e3329f95e584873f3613dc5f.zip | |
Diffstat (limited to 'src/mailman/__init__.py')
| -rw-r--r-- | src/mailman/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/__init__.py b/src/mailman/__init__.py index 21645b4fb..cf882ba8f 100644 --- a/src/mailman/__init__.py +++ b/src/mailman/__init__.py @@ -48,6 +48,7 @@ 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: |
