~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

Tweak import style

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
            except errors.NotLocalUrl:
285
285
                pass
286
286
        return result
287
 
 
 
287
        
288
288
    @staticmethod
289
289
    def create_repository(base, shared=False):
290
290
        """Create a new BzrDir and Repository at the url 'base'.