Mercurial > ~astiob > upreckon > hgweb
comparison compat.py @ 78:d46bd7ee3e69
Updated copyright notices
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Thu, 13 Jan 2011 19:48:33 +0200 |
parents | b9d5857f7b9a |
children | 809b77302b21 |
comparison
equal
deleted
inserted
replaced
77:69eadc60f4e2 | 78:d46bd7ee3e69 |
---|---|
1 #! /usr/bin/env python | 1 #! /usr/bin/env python |
2 # Copyright (c) 2010 Chortos-2 <chortos@inbox.lv> | 2 # Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv> |
3 | 3 |
4 # A compatibility layer for Python 2.5+. This is what lets test.py | 4 # A compatibility layer for Python 2.5+. This is what lets test.py |
5 # run on all versions of Python starting with 2.5, including Python 3. | 5 # run on all versions of Python starting with 2.5, including Python 3. |
6 | 6 |
7 # A few notes regarding some compatibility-driven peculiarities | 7 # A few notes regarding some compatibility-driven peculiarities |