~ubuntu-branches/ubuntu/trusty/dh-python/trusty

« back to all changes in this revision

Viewing changes to dhpython/fs.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-08-19 06:18:32 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130819061832-t89p361njushj00b
Tags: 1.20130819-1ubuntu1
* Update from Debian Unstable.
* Add dh_python3 Autopkgtest moved from python3-defaults

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                       'public_vers': set(),
119
119
                       'private_dirs': {},
120
120
                       'compile': False,
121
 
                       'ext_vers': set()}
 
121
                       'ext_vers': set(),
 
122
                       'ext_no_version': set()}
122
123
 
123
124
        for root, dirs, file_names in os.walk(self.proot):
124
125
            if interpreter.should_ignore(root):