Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs).
Authored by: adustman 2009-02-22
Parent: [r593]
Child: [r595]