~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2006-08-15 13:19:12 UTC
  • mfrom: (1923 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1925.
  • Revision ID: mbp@sourcefrog.net-20060815131912-7bbc6d387bb32d16
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
594
594
            'HOME': os.getcwd(),
595
595
            'APPDATA': os.getcwd(),
596
596
            'BZR_EMAIL': None,
 
597
            'BZREMAIL': None, # may still be present in the environment
597
598
            'EMAIL': None,
598
599
        }
599
600
        self.__old_env = {}