Avoid using keyword arg to decode(), for Python 2.6.
authorAdam Sampson <ats@offog.org>
Sat, 13 Jul 2013 16:36:42 +0000 (16:36 +0000)
committerAdam Sampson <ats@offog.org>
Sat, 13 Jul 2013 16:36:42 +0000 (16:36 +0000)
commit8954f7a81eb94356bdfdf94424fe7d81b09b22e9
tree06b4e40d6ce4589606429486f4e56f98bf0c29a9
parent7201d60fdd9eb6824b4203bc9f70158b5c5e81ee
Avoid using keyword arg to decode(), for Python 2.6.

errors= works with Python 2.7, but not with 2.6. But just passing the
unnamed argument is safe either way.
rawdoglib/feedscanner.py