Typo
authorMagnus Hagander <magnus@hagander.net>
Sun, 1 Jul 2012 19:19:27 +0000 (21:19 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 1 Jul 2012 19:19:27 +0000 (21:19 +0200)
loader/lib/parser.py

index 290a6870f3094b06be31272168652b566df1ce99..51a8fd22ee6fe9a80c9eca4c0c6c3ecfa8c4b635 100644 (file)
@@ -252,7 +252,7 @@ class ArchivesParser(object):
                if d.endswith('-7700 (EST)'):
                        d = d.replace('-7700 (EST)', 'EST')
                if d.endswith('+-4-30'):
-                       d = d.replace('+04-30', '+0430')
+                       d = d.replace('+-4-30', '+0430')
                if d.endswith('+1.00'):
                        d = d.replace('+1.00', '+0100')
                if d.endswith('+-100'):