~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_py.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-03 22:30:59 UTC
  • mfrom: (4250.1.1 versioninfo-null)
  • Revision ID: pqm@pqm.ubuntu.com-20090403223059-0bqboagykhewobst
(Jelmer) Fix version-info in empty branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Python implementation of readdir interface."""
18
18
 
19
19
 
 
20
import os
20
21
import stat
21
22
 
22
23