~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to bin/make-master-task

  • Committer: Colin Watson
  • Date: 2015-10-26 11:06:11 UTC
  • Revision ID: cjwatson@canonical.com-20151026110611-wwhly63l5lxdos1g
pacify current pep8(1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import sys
25
25
 
26
26
sys.path.insert(0, os.path.join(sys.path[0], os.pardir, "lib"))
27
 
from cdimage.config import Config
28
 
from cdimage.germinate import GerminateOutput
29
27
 
30
28
 
31
29
def main():
 
30
    from cdimage.config import Config
 
31
    from cdimage.germinate import GerminateOutput
 
32
 
32
33
    parser = OptionParser("%prog DIRECTORY")
33
34
    _, args = parser.parse_args()
34
35
    if len(args) < 1: