Centralize references to ET to make switching implementations easier.

This commit is contained in:
Lance Stout
2012-02-19 20:26:40 -08:00
parent 977fcc0632
commit afe0d16797
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
See the file LICENSE for copying permission.
"""
from xml.etree import cElementTree as ET
from sleekxmpp.xmlstream import ET
import base64
import logging
import time