~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_find_merge_base.py

  • Committer: Aaron Bentley
  • Date: 2007-08-15 13:25:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2704.
  • Revision ID: abentley@panoramicfeedback.com-20070815132559-j26r82cjpcec66n6
Fix up imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
17
import os
 
18
 
17
19
from bzrlib.tests.blackbox import ExternalBase
18
 
import os
19
20
 
20
21
 
21
22
class TestFindMergeBase(ExternalBase):