andsens / build-debian-cloud

This project has been superseeded by andsens/bootstrap-vz and is no longer maintained - Script to create Debian Squeeze & Wheezy Amazon Machine Images (AMIs) and Google Compute Engine images
Other
117 stars 43 forks source link

Error in image_commands plugin #117

Closed osallou closed 10 years ago

osallou commented 10 years ago

Hi, image_commands in python branch has a wrong dependency:

from common.tasks.filesystem import MountVolume

It does not exists anymore (and is not needed). In fact, the 3 imports are not used at all:

from common.tasks.packages import ImagePackages
from common.tasks.host import CheckPackages
from common.tasks.filesystem import MountVolume

You can safely remove this import image_commands.py