* gmail plugin now works in python3

This commit is contained in:
Nathan Fritz 2009-09-01 17:27:39 +00:00
parent b9f7af885c
commit 5593848490

View file

@ -18,7 +18,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
from __future__ import with_statement
import base
from . import base
import logging
from xml.etree import cElementTree as ET
import traceback