Daemon code cleanup
Bug #947271 reported by
Duncan McGreggor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Accomplishments Daemon |
Fix Released
|
Low
|
Matt Fischer |
Bug Description
There are a bunch of things should should be cleaned up in the daemon code. At a quick glance, they include the following:
* lines longer than 79 chars
* mixed lowerCamelCase and under_score for method names
* incorrect newline counts between module-level code
* incorrect indentation of code that continues onto next line (e.g., list comprehensions and parens)
affects: | ubuntu-accomplishments-system → ubuntu-accomplishments-daemon |
Changed in ubuntu-accomplishments-daemon: | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-accomplishments-daemon: | |
milestone: | none → 0.3 |
summary: |
- Deamon code cleanup + Daemon code cleanup |
Changed in ubuntu-accomplishments-daemon: | |
status: | Triaged → Fix Committed |
Changed in ubuntu-accomplishments-daemon: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Are these pieces to ensure it is inline with PEP-8?