diff options
Diffstat (limited to 'tests/path.py')
-rwxr-xr-x[-rw-r--r--] | tests/path.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/path.py b/tests/path.py index bd0552d70..fa478557d 100644..100755 --- a/tests/path.py +++ b/tests/path.py @@ -1,10 +1,10 @@ #!/usr/bin/env python -# coding: utf-8 +# -*- coding: utf-8 -*- """ path ~~~~ - :copyright: Copyright 2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import os |