Add sqlite3 to the freezer includes

This commit is contained in:
David Boucha 2014-05-22 14:12:28 -06:00
parent 5785e1e753
commit 131aa168c6

View file

@ -543,6 +543,7 @@ FREEZER_INCLUDES = [
'Cookie',
'asyncore',
'fileinput',
'sqlite3',
'email',
'email.mime.*',
]