diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 12:50:01 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 12:50:01 +0100 |
commit | b76f3937da3c2766ef667125cb0ec67652a4960e (patch) | |
tree | bdd0469a53aa057e041aff5dc575fde90b49c082 /tests/run.py | |
parent | bd51b3c608b6cd7601fc0227a65185632fb94568 (diff) | |
parent | d61e25e529a78887c8364126f7f73a2e6651a1e6 (diff) | |
download | pygments-b76f3937da3c2766ef667125cb0ec67652a4960e.tar.gz |
Merged in gentoo90/pygments-main (pull request #124: Add RPM *.spec files lexer)
Diffstat (limited to 'tests/run.py')
-rw-r--r-- | tests/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py index ef92fe09..b7308a31 100644 --- a/tests/run.py +++ b/tests/run.py @@ -8,7 +8,7 @@ python run.py [testfile ...] - :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |