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/core/i18n.py | |
| parent | 6b7f61df17382d29fcb4b403d4485d1d08481177 (diff) | |
| download | mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.gz mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.tar.zst mailman-fdb49295a5f859059f2b8d105d30e97f5b059e77.zip | |
Diffstat (limited to 'src/mailman/core/i18n.py')
| -rw-r--r-- | src/mailman/core/i18n.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/core/i18n.py b/src/mailman/core/i18n.py index e858a3b2a..4c898be2a 100644 --- a/src/mailman/core/i18n.py +++ b/src/mailman/core/i18n.py @@ -73,7 +73,6 @@ def ctime(date): _('Jul'), _('Aug'), _('Sep'), _('Oct'), _('Nov'), _('Dec') ] - # pylint: disable-msg=W0612 tzname = _('Server Local Time') if isinstance(date, str): try: @@ -107,7 +106,6 @@ def ctime(date): mon = i break else: - # pylint: disable-msg=W0612 year, mon, day, hh, mm, ss, wday, yday, dst = time.localtime(date) if dst in (0, 1): tzname = time.tzname[dst] |
