~vil/pydev/upstream

1 by Vladimír Lapáček
Initial import of upstream
1
try:
2
    True = 1
3
    False = 0
4
except:
5
    pass
6