* python 2.6 compatibility

This commit is contained in:
Nathan Fritz
2010-01-08 06:03:02 +00:00
parent 0af468b435
commit a8ff3586d3
5 changed files with 40 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
along with SleekXMPP; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
from __future__ import with_statement
from __future__ import with_statement, unicode_literals
from xml.etree import cElementTree as ET