Correct another import typo

This commit is contained in:
Geoffrey J. Teale 2015-08-04 14:53:49 +02:00
parent 70da485129
commit b93f13c4f6

View File

@ -2,7 +2,7 @@
import sys
from charmhelpers.core import hookenv
from charmhelplers.core import host
from charmhelpers.core import host
if __name__ == "__main__":
if not host.service_stop("mysql"):