/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
703
703
 
704
704
    def _cleanEnvironment(self):
705
705
        new_env = {
 
706
            'BZR_HOME': None, # Don't inherit BZR_HOME to all the tests.
706
707
            'HOME': os.getcwd(),
707
708
            'APPDATA': os.getcwd(),
708
709
            'BZR_EMAIL': None,