[openstack-nova/el6] remove debug messages when replacing python modules

Pádraig Brady pbrady at fedoraproject.org
Fri Dec 2 15:20:16 UTC 2011


commit 6ef6eb77222fd0f1fe150044795c9bc0c2fba8e3
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 2 15:19:50 2011 +0000

    remove debug messages when replacing python modules
    
    * openstack-nova-newdeps.patch: s/print /

 openstack-nova-newdeps.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova-newdeps.patch b/openstack-nova-newdeps.patch
index e55d183..906ba77 100644
--- a/openstack-nova-newdeps.patch
+++ b/openstack-nova-newdeps.patch
@@ -23,8 +23,8 @@
 +            # and the associated pkg_resources.working_set.entries
 +            return pkg_resources.require(requirement)
 +
-+print replace_dist("WebOb >= 1.0")
-+print replace_dist("SQLAlchemy >= 0.6.3")
++replace_dist("WebOb >= 1.0")
++replace_dist("SQLAlchemy >= 0.6.3")
 +
 +
  import gettext


More information about the scm-commits mailing list