/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/add.py

  • Committer: Martin Pool
  • Date: 2005-08-26 00:10:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050826001048-b84148d3ef567d0d
- fix bzr.dev branch url in tutorial
  thanks to madduck

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    """
40
40
    import os
41
41
    import sys
42
 
    from bzrlib.osutils import quotefn, kind_marker
 
42
    from bzrlib.osutils import quotefn
43
43
    from bzrlib.errors import BadFileKindError, ForbiddenFileError
44
44
    import bzrlib.branch
45
45
    import bzrlib.osutils