[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.1-1_experimental1-51-g95835b7

Garrett Holmstrom gholms at fedoraproject.org
Thu Jan 3 11:06:09 UTC 2013


The following commit has been merged in the experimental branch:
commit cbcf3762a718950fc9e21b3e6e24733d3acdb755
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Sep 28 15:15:33 2012 -0700

    Add missing import to bundleimage.py
    
    Fixes TOOLS-146

diff --git a/euca2ools/commands/euca/bundleimage.py b/euca2ools/commands/euca/bundleimage.py
index eea41de..c6cd5c3 100644
--- a/euca2ools/commands/euca/bundleimage.py
+++ b/euca2ools/commands/euca/bundleimage.py
@@ -34,6 +34,7 @@ import euca2ools.commands.eucacommand
 from boto.roboto.param import Param
 import euca2ools.bundler
 from euca2ools.exceptions import NotFoundError, CommandFailed
+import sys
 
 class BundleImage(euca2ools.commands.eucacommand.EucaCommand):
 

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list