~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Vincent Ladeuil
  • Date: 2009-06-29 12:14:09 UTC
  • mto: This revision was merged to the branch mainline in revision 4489.
  • Revision ID: v.ladeuil+lp@free.fr-20090629121409-0ime74unkuaodwyj
(vila) Cleanup imports in some test files

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Tests for finding and reading the bzr config file[s]."""
19
19
# import system imports here
20
20
from cStringIO import StringIO
21
 
import getpass
22
21
import os
23
22
import sys
24
23