Fixup imports

This commit is contained in:
James Page
2014-01-24 16:04:49 +00:00
parent 167a953ca4
commit 27dee59da0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import time
import os
import apt_pkg as apt
import socket.gethostname as get_unit_hostname
from socket import gethostname as get_unit_hostname
LEADER = 'leader'
PEON = 'peon'

View File

@@ -37,7 +37,7 @@ from utils import (
)
from charmhelpers.payload.execd import execd_preinstall
import socket.gethostname as get_unit_hostname
from socket import gethostname as get_unit_hostname
hooks = Hooks()