~sergiusens/snapcraft/1500505

« back to all changes in this revision

Viewing changes to snapcraft/plugins/python3.py

  • Committer: Snappy Tarmac
  • Author(s): Daniel Holbach, Leo Arias
  • Date: 2015-10-05 19:54:20 UTC
  • mfrom: (231.1.9 fix-pep8-and-doc-indentation)
  • Revision ID: snappy_tarmac-20151005195420-w1ql5nndj5413sb5
Fix markdown indentation, make pep8 and pyflakes3 happy. by elopio approved by elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    @property
100
100
    def dist_packages_dir(self):
101
101
        return os.path.join(
102
 
            self.installdir, 'usr', 'lib', self.python_version, 'dist-packages')
 
102
            self.installdir, 'usr', 'lib', self.python_version,
 
103
            'dist-packages')
103
104
 
104
105
    @property
105
106
    def python_version(self):