diff options
author | gbrandl <devnull@localhost> | 2006-10-31 23:52:18 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-31 23:52:18 +0100 |
commit | 5010ac84688e1308889f17590e74cda43a1fe66c (patch) | |
tree | 1c0cd1ea7694b125e894ae71bc56da73d545cc33 /tests/test_basic_api.py | |
parent | 9760369a39cb1a04a03b71b1b75266100218c017 (diff) | |
download | pygments-5010ac84688e1308889f17590e74cda43a1fe66c.tar.gz |
[svn] make check.
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index 41aa01dc..0301f290 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- """ Pygments basic API tests - ~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: 2006 by Georg Brandl. - :license: GNU GPL, see LICENSE for more details. + :license: GNU LGPL, see LICENSE for more details. """ import unittest |