diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-08-04 21:17:43 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-08-04 21:17:43 -0500 |
commit | 0fdba48edab8bc4894d90e43fcca977f21bbd202 (patch) | |
tree | a63662d2a16302555ff94c65e1172bbda52cad7a /cloudinit | |
parent | e29c07adc1aa9d042ae790d1cb900a6a51a85952 (diff) | |
download | vyos-cloud-init-0fdba48edab8bc4894d90e43fcca977f21bbd202.tar.gz vyos-cloud-init-0fdba48edab8bc4894d90e43fcca977f21bbd202.zip |
fix lack of import in cloud.py
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/cloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/cloud.py b/cloudinit/cloud.py index a0fb42a3..edee3887 100644 --- a/cloudinit/cloud.py +++ b/cloudinit/cloud.py @@ -24,6 +24,7 @@ import copy import os from cloudinit import log as logging +from cloudinit import reporting LOG = logging.getLogger(__name__) |