~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to bin/ubiquity-dm

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-08-29 00:23:26 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20130829002326-tiol5o34de6b1p63
Fix pep8

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
                        stdin=null, stdout=logfile, stderr=logfile,
439
439
                        preexec_fn=self.drop_privileges))
440
440
 
441
 
            if osextras.find_on_path('nm-applet') and "gnome-shell" not in wm_cmd:
 
441
            if (osextras.find_on_path('nm-applet') and
 
442
                    "gnome-shell" not in wm_cmd):
442
443
                extras.append(subprocess.Popen(
443
444
                    ['nm-applet'],
444
445
                    stdin=null, stdout=logfile, stderr=logfile,