[HTTPS-E Rulesets] Disable Gajim.xml, fix merge-rulesets.py

Osama Khalid osamak at gnu.org
Fri May 10 01:34:46 PDT 2013


It seems that merge-rulesets.py used to use print() in a way that was
not compatible with python 2.x nor python 3.x.  As a result, during
building, one output line was:
>  ('Crushed', 3618348, 'bytes of rulesets into', 2527791)

Instead of:
>  Crushed 3618348 bytes of rulesets into 2527791

I fixed this by importing print_function from __future__ and using it
correctly, but this will require python 2.6+, which should be fine by
now.

Please pull from:

git://gitorious.org/httpseverywhere-osamak/httpseverywhere-osamak.git




More information about the HTTPS-Everywhere-Rules mailing list