~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to tests/unittests/helpers.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
import functools
4
4
import os
 
5
import shutil
5
6
import sys
6
 
import shutil
7
7
import tempfile
8
8
import unittest
9
9