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

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


commit 0e430796b67102653f27721b179586a5459b26b8
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 2 15:14:47 2011 +0000

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

 openstack-keystone-newdeps.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openstack-keystone-newdeps.patch b/openstack-keystone-newdeps.patch
index c882705..759d380 100644
--- a/openstack-keystone-newdeps.patch
+++ b/openstack-keystone-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