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

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


commit 23ecd0f847a623bb4d139ad5c0ca6f195d6a3e07
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 2 15:17:59 2011 +0000

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

 openstack-glance-newdeps.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance-newdeps.patch b/openstack-glance-newdeps.patch
index d3d9930..82e62e8 100644
--- a/openstack-glance-newdeps.patch
+++ b/openstack-glance-newdeps.patch
@@ -28,5 +28,5 @@ system default module versions.
 +            # and the associated pkg_resources.working_set.entries
 +            return pkg_resources.require(requirement)
 +
-+print replace_dist("SQLALchemy >= 0.6.3")
-+print replace_dist("WebOb >= 1.0")
++replace_dist("SQLALchemy >= 0.6.3")
++replace_dist("WebOb >= 1.0")


More information about the scm-commits mailing list