~oddbloke/cloud-init/fix-gce-az

« back to all changes in this revision

Viewing changes to tests/unittests/test_datasource/test_smartos.py

  • Committer: Scott Moser
  • Date: 2015-05-01 09:38:56 UTC
  • Revision ID: smoser@ubuntu.com-20150501093856-9ogq51r7w33sqvqa
fix 'Make pyflakes'

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
import serial
37
37
import six
38
38
 
39
 
import six
40
 
 
41
39
from cloudinit import helpers as c_helpers
42
40
from cloudinit.sources import DataSourceSmartOS
43
41
from cloudinit.util import b64e