diff options
| author | harlowja <harlowja@virtualbox.rhel> | 2012-06-29 20:38:19 -0700 |
|---|---|---|
| committer | harlowja <harlowja@virtualbox.rhel> | 2012-06-29 20:38:19 -0700 |
| commit | 3d933c525e90d0e01932d93e965e81526dcfb68a (patch) | |
| tree | c6e5bc1da2637c03e9283191f979e1b3893974e9 | |
| parent | a0740928d0f4738792e478dad845b30eb8c61c41 (diff) | |
| download | vyos-cloud-init-3d933c525e90d0e01932d93e965e81526dcfb68a.tar.gz vyos-cloud-init-3d933c525e90d0e01932d93e965e81526dcfb68a.zip | |
Include the helpers import.
| -rw-r--r-- | cloudinit/distros/rhel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/distros/rhel.py b/cloudinit/distros/rhel.py index 342d4c79..7fa69f03 100644 --- a/cloudinit/distros/rhel.py +++ b/cloudinit/distros/rhel.py @@ -23,6 +23,7 @@ import os from cloudinit import distros +from cloudinit import helpers from cloudinit import log as logging from cloudinit import util |
