~dobey/ubuntuone-dev-tools/update-4-2

« back to all changes in this revision

Viewing changes to ubuntuone/devtools/services/__init__.py

  • Committer: Rodney Dawes
  • Date: 2012-12-10 18:53:55 UTC
  • mfrom: (98.3.1 update-4-2)
  • Revision ID: rodney.dawes@canonical.com-20121210185355-tn5vb0y7g22ska20
Fix pep8 warnings that are newly presented in pep8 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    """Find the first appropriate conf to use."""
38
38
    # In case we're running from within the source tree
39
39
    path = os.path.abspath(os.path.join(os.path.dirname(__file__),
40
 
                                            os.path.pardir, os.path.pardir,
41
 
                                            os.path.pardir,
42
 
                                            "data", in_config_file))
 
40
                                        os.path.pardir, os.path.pardir,
 
41
                                        os.path.pardir,
 
42
                                        "data", in_config_file))
43
43
    if not os.path.exists(path):
44
44
        # Use the installed file in $pkgdatadir as source
45
45
        for path in load_data_paths("ubuntuone-dev-tools",