~hannes-georg-0/cloud-init/add_mkswap_force_flag

« back to all changes in this revision

Viewing changes to cloudinit/config/cc_emit_upstart.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
import os
22
22
 
 
23
from cloudinit import log as logging
23
24
from cloudinit.settings import PER_ALWAYS
24
 
from cloudinit import log as logging
25
25
from cloudinit import util
26
26
 
27
27
frequency = PER_ALWAYS