transports: add missing import re

This commit is contained in:
Benjamin Dauvergne 2013-06-18 18:07:24 +02:00
parent a3e8270bf7
commit 203e7fcf0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import logging
import smtplib
import re
try:
import simplejson as json
except: