[120956] branches/gsoc14-pip2port/tester.py
gaurav at macports.org
gaurav at macports.org
Thu Jun 12 10:57:07 PDT 2014
Revision: 120956
https://trac.macports.org/changeset/120956
Author: gaurav at macports.org
Date: 2014-06-12 10:57:06 -0700 (Thu, 12 Jun 2014)
Log Message:
-----------
Reverted the encoding changes in release_data
Modified Paths:
--------------
branches/gsoc14-pip2port/tester.py
Modified: branches/gsoc14-pip2port/tester.py
===================================================================
--- branches/gsoc14-pip2port/tester.py 2014-06-12 17:53:47 UTC (rev 120955)
+++ branches/gsoc14-pip2port/tester.py 2014-06-12 17:57:06 UTC (rev 120956)
@@ -44,10 +44,10 @@
values = client.release_data(pkg_name,pkg_version)
if values:
for key in values.keys():
- value = values[key]
- if value:
- value = value.encode('utf-8')
- print key,'-->',value
+# value = values[key]
+# if value:
+# value = value.encode('utf-8')
+ print key,'-->',values[key]
else:
print "No such package found."
print "Please specify the exact package name."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140612/251b6323/attachment.html>
More information about the macports-changes
mailing list