Merge lp:~brian.curtin/ubuntuone-windows-installer/stupid into lp:ubuntuone-windows-installer

Proposed by Brian Curtin on 2012-05-23
Status: Merged
Approved by: dobey on 2012-05-23
Approved revision: 116
Merged at revision: 116
Proposed branch: lp:~brian.curtin/ubuntuone-windows-installer/stupid
Merge into: lp:ubuntuone-windows-installer
Diff against target: 10 lines (+1/-0)
1 file modified
scripts/build_installer.py (+1/-0)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-windows-installer/stupid
Reviewer Review Type Date Requested Status
dobey (community) 2012-05-23 Approve on 2012-05-23
Review via email: mp+107123@code.launchpad.net

Commit Message

- Correct a missing import statement from a previous merge.

Description of the Change

After reverting a few other changes to just push forward the Server2008 fix, I forgot to apply the import part of the change before pushing the branch.

To post a comment you must log in.
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/build_installer.py'
2--- scripts/build_installer.py 2012-05-23 21:09:44 +0000
3+++ scripts/build_installer.py 2012-05-23 21:34:20 +0000
4@@ -1,5 +1,6 @@
5 from __future__ import print_function
6 from collections import namedtuple
7+from platform import platform
8 import os
9 import shutil
10 import subprocess

Subscribers

People subscribed via source and target branches