Commit 8474874f authored by Michal Čihař's avatar Michal Čihař

Merge branch 'master' into keys

parents 9a42907f 44ef6560
......@@ -903,7 +903,7 @@ class PoFormat(FileFormat):
def merge_header(self, otherstore):
"""Tries to merge headers"""
if (not hasattr(self.store, 'updateheader') or
not hasattr(otherstore.store, 'parseheader'):
not hasattr(otherstore.store, 'parseheader')):
return
values = otherstore.store.parseheader()
skip_list = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment