Remove unused apt_install import.

This commit is contained in:
Corey Bryant 2014-12-18 17:49:49 +00:00
parent 05fedf3c19
commit be61a217f9
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ import grp
import os
import pwd
from charmhelpers.fetch import (
apt_install
)
from charmhelpers.core.hookenv import (
local_unit,
remote_unit,