~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-06 14:06:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050406140632-b44f572e110216f266a43b71
pychecker fixups

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
    >>> splitpath('a/.b')
264
264
    ['a', '.b']
265
265
    >>> splitpath('a/../b')
266
 
    Traeceback (most recent call last):
 
266
    Traceback (most recent call last):
267
267
    ...
268
268
    BzrError: ("sorry, '..' not allowed in path", [])
269
269
    """