[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:30:25 UTC 2013


The following commit has been merged in the master branch:
commit e8972a9b4fd0fd6608dda199bddc8b7ca8b52fc2
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Feb 20 18:16:20 2013 -0800

    Port euca-version

diff --git a/bin/euca-version b/bin/euca-version
index df37ea8..2bef120 100755
--- a/bin/euca-version
+++ b/bin/euca-version
@@ -1,9 +1,8 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
+#!/usr/bin/python -tt
 
 # Software License Agreement (BSD License)
 #
-# Copyright (c) 2009-2011, Eucalyptus Systems, Inc.
+# Copyright (c) 2009-2013, Eucalyptus Systems, Inc.
 # All rights reserved.
 #
 # Redistribution and use of this software in source and binary forms, with or
@@ -30,13 +29,7 @@
 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
-#
-# Author: Neil Soman neil at eucalyptus.com
-#         Mitch Garnaat mgarnaat at eucalyptus.com
-
-import euca2ools.commands.eucacommand
 
-if __name__ == '__main__':
-    cmd = euca2ools.commands.eucacommand.EucaCommand()
-    cmd.version()
+import euca2ools.commands
 
+euca2ools.commands.Euca2ools().print_version_and_exit()

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list