danielfett / advancedcaching

Advanced Geocaching Tool for Linux
http://www.danielfett.de/internet-und-opensource,software,agtl
31 stars 13 forks source link

_rot13 has been moved into utils.py #150

Closed cow-n-berg closed 11 years ago

cow-n-berg commented 12 years ago

And therefore the Rot13 tool in huldon_plugins.py is not working anymore. Straightforward solution: +31 from utils import HTMLManipulations

+865 text = HTMLManipulations._rot13(source.get_buffer().get_text(source.get_buffer().get_start_iter(), source.get_buffer().get_end_iter()))