~jamesh/pytz/bug-330459

« back to all changes in this revision

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

  • Committer: Stuart Bishop
  • Date: 2009-02-16 05:08:43 UTC
  • mfrom: (178.1.1 2009b)
  • Revision ID: stuart@stuartbishop.net-20090216050843-ac4nzg1ax44lu8jj
MergeĀ lp:~mnordhoff/pytz/2009b

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='2009a'
 
18
EXPECTED_VERSION='2009b'
19
19
 
20
20
fmt = '%Y-%m-%d %H:%M:%S %Z%z'
21
21