~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-08 16:12:07 UTC
  • mfrom: (3926.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090108161207-d95v7ouel5ibahh0
(vila) Authentication.conf supports credential stores. '.netrc' is
        supported with a new plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
2138
2138
        if transport is None or transport.is_readonly():
2139
2139
            transport = get_transport(".")
2140
2140
        for name in shape:
2141
 
            self.assert_(isinstance(name, basestring))
 
2141
            self.assertIsInstance(name, basestring)
2142
2142
            if name[-1] == '/':
2143
2143
                transport.mkdir(urlutils.escape(name[:-1]))
2144
2144
            else: