~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-22 08:08:10 UTC
  • Revision ID: mbp@sourcefrog.net-20050622080810-5484022601cf0e6b
- fix missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        This doesn't add anything to a branch.
104
104
        """
105
105
        # XXX: It's OK to just create them using forward slashes on windows?
 
106
        import os
106
107
        for name in shape:
107
108
            assert isinstance(name, basestring)
108
109
            if name[-1] == '/':