~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to ubiquity/components/hw_detect.py

  • Committer: Colin Watson
  • Date: 2012-07-16 14:29:13 UTC
  • Revision ID: cjwatson@canonical.com-20120716142913-hh1qmfjejxa9dfyb
Make all Python code pass pep8(1), and add a test to enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
from ubiquity.filteredcommand import FilteredCommand
21
21
 
 
22
 
22
23
class HwDetect(FilteredCommand):
23
24
    def prepare(self):
24
25
        self.preseed('hw-detect/start_pcmcia', 'false')