Merge lp:~dobey/dirspec/new-pep8-warnings into lp:dirspec
| Status: | Merged |
|---|---|
| Approved by: | dobey on 2012-11-28 |
| Approved revision: | 16 |
| Merged at revision: | 16 |
| Proposed branch: | lp:~dobey/dirspec/new-pep8-warnings |
| Merge into: | lp:dirspec |
| Diff against target: |
131 lines (+35/-25) 4 files modified
dirspec/basedir.py (+4/-4) dirspec/tests/test_basedir.py (+20/-10) dirspec/tests/test_utils.py (+2/-1) setup.py (+9/-10) |
| To merge this branch: | bzr merge lp:~dobey/dirspec/new-pep8-warnings |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Roberto Alsina (community) | Approve on 2012-11-28 | ||
| Alejandro J. Cura (community) | 2012-11-28 | Approve on 2012-11-28 | |
|
Review via email:
|
|||
Commit Message
Fix pep8 warnings that are newly presented in pep8 1.3
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~dobey/dirspec/new-pep8-warnings into lp:dirspec failed. Below is the output from the failed tests.
running build
running build_py
creating build
creating build/lib.
creating build/lib.
copying dirspec/utils.py -> build/lib.
copying dirspec/basedir.py -> build/lib.
copying dirspec/__init__.py -> build/lib.
running test
running egg_info
creating dirspec.egg-info
writing dirspec.
writing top-level names to dirspec.
writing dependency_links to dirspec.
writing manifest file 'dirspec.
reading manifest file 'dirspec.
reading manifest template 'MANIFEST.in'
writing manifest file 'dirspec.
running build_ext
+ python ./setup.py build test clean
test_cache_home (dirspec.
dirspec.
test_config_dirs (dirspec.
dirspec.
test_config_home (dirspec.
dirspec.
test_data_dirs (dirspec.
dirspec.
test_data_home (dirspec.
dirspec.
test_default_
dirspec.
test_default_
dirspec.
test_default_
dirspec.
test_default_
dirspec.
test_default_
dirspec.
test_load_
dirspec.
test_save_
dirspec.
test_xdg_
dirspec.
test_xdg_
dirspec.
test_xdg_
dirspec.
test_xdg_
dirspec.
test...

+1