Merge branch 'master' of robin@congo:dev/ohcount
[ohcount] / test / detect_files / python2.data
1 # -*- mode: python -*-
2
3 """
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or
7  any later version.
8
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12  See the GNU General Public License for more details,
13  which is available at www.gnu.org
14 """
15
16 import gettext
17 import locale
18
19 import os, sys, time, stat
20
21 try:
22     True, False
23 except NameError:
24     True, False = 1, 0