Merge lp:~saviq/phablet-tools/fix-pep8 into lp:phablet-tools

Proposed by Michał Sawicz
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 286
Merged at revision: 287
Proposed branch: lp:~saviq/phablet-tools/fix-pep8
Merge into: lp:phablet-tools
Diff against target: 38 lines (+3/-3)
3 files modified
phablet-demo-setup (+1/-1)
phablet-dev-bootstrap (+1/-1)
tests/test_community.py (+1/-1)
To merge this branch: bzr merge lp:~saviq/phablet-tools/fix-pep8
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+225529@code.launchpad.net

Commit message

Fix PEP8 errors.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phablet-demo-setup'
2--- phablet-demo-setup 2013-10-02 11:34:33 +0000
3+++ phablet-demo-setup 2014-07-03 17:40:54 +0000
4@@ -8,7 +8,7 @@
5 # MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
6 # PURPOSE. See the applicable version of the GNU Lesser General Public
7 # License for more details.
8-#.
9+#
10 # You should have received a copy of the GNU General Public License
11 # along with this program. If not, see <http://www.gnu.org/licenses/>.
12 #
13
14=== modified file 'phablet-dev-bootstrap'
15--- phablet-dev-bootstrap 2014-02-07 04:04:59 +0000
16+++ phablet-dev-bootstrap 2014-07-03 17:40:54 +0000
17@@ -8,7 +8,7 @@
18 # MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
19 # PURPOSE. See the applicable version of the GNU General Public
20 # License for more details.
21-#.
22+#
23 # You should have received a copy of the GNU General Public License
24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 #
26
27=== modified file 'tests/test_community.py'
28--- tests/test_community.py 2013-08-07 02:23:26 +0000
29+++ tests/test_community.py 2014-07-03 17:40:54 +0000
30@@ -114,7 +114,7 @@
31 'ubuntu': 'http://somelocation.com/ubuntu.zip'}
32 # when
33 files = community.get_files(manifest, self.download_dir, self.series)
34- #then
35+ # then
36 self.assertThat(files['device'].uri, Equals(manifest['device']))
37 self.assertThat(files['device'].hash, Is(None))
38 self.assertThat(files['device'].verified, Is(False))

Subscribers

People subscribed via source and target branches