python: .update-copyright.conf: update to pipe separators.

This brings the config file up to speed with the following
update-copyright commit:

  commit 3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9
  Author: W. Trevor King <wking@tremily.us>
  Date:   Fri Oct 19 21:52:48 2012 -0400

    project: for consistency, also separate ignored paths with pipes.
This commit is contained in:
W. Trevor King 2012-10-19 21:54:20 -04:00 committed by Lucas De Marchi
parent 8e8e24bcbd
commit 64f9a6a630

View File

@ -5,8 +5,8 @@ vcs: Git
[files]
authors: yes
files: yes
ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in,
.update-copyright.conf, .git*
ignored: COPYING | COPYING.LESSER | README | README.rst | MANIFEST.in |
.update-copyright.conf | .git*
[aliases]
Red Hat, Inc.: Andy Grover <agrover@redhat.com>