~ubuntu-branches/ubuntu/vivid/python-tz/vivid-proposed

« back to all changes in this revision

Viewing changes to pytz/tests/test_docs.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-07 11:42:00 UTC
  • mfrom: (1.1.4 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070107114200-1eqnc9xpeawrhzxv
* NMU.
* New upstream version, matching the version of the tzdata package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    return README
28
28
 
29
29
if __name__ == '__main__':
30
 
    sys.path.insert(0, os.path.normpath(os.path.join(
 
30
    sys.path.insert(0, os.path.abspath(os.path.join(
31
31
        this_dir, os.pardir, os.pardir
32
32
        )))
33
33
    unittest.main(defaultTest='README')