~mnordhoff/pytz/pytz-2008c

« back to all changes in this revision

Viewing changes to src/pytz/tests/test_tzinfo.py

  • Committer: Matt Nordhoff
  • Date: 2007-12-06 04:27:25 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: mnordhoff@mattnordhoff.com-20071206042725-6xctg8lv1qozob8e
Oops, forgot to update the variables for 2007j.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
# I test for expected version to ensure the correct version of pytz is
17
17
# actually being tested.
18
 
EXPECTED_VERSION='2007i'
 
18
EXPECTED_VERSION='2007j'
19
19
 
20
20
fmt = '%Y-%m-%d %H:%M:%S %Z%z'
21
21