X-Git-Url: http://git.tremily.us/?p=update-copyright.git;a=blobdiff_plain;f=update_copyright%2Fproject.py;h=9b0686688feed1b3ad10fe4f2085da20167feb18;hp=679f56982c0ff68159517a16ac0a7606de4a730d;hb=d087c88a9f89b827dfa02c90c1205073cc608db7;hpb=ab14d0ebcb59ef560dbade11c1915f940ab03e88 diff --git a/update_copyright/project.py b/update_copyright/project.py index 679f569..9b06866 100644 --- a/update_copyright/project.py +++ b/update_copyright/project.py @@ -139,7 +139,7 @@ class Project (object): for path in parser.options('author-hacks'): authors = parser.get('author-hacks', path) author_hacks[tuple(path.split('/'))] = set( - unicode(a.strip(), encoding) for a in authors.split(',')) + unicode(a.strip(), encoding) for a in authors.split('|')) self._author_hacks = author_hacks if self._vcs is not None: self._vcs._author_hacks = self._author_hacks