entropy.core: import with_statement from __future__

This commit is contained in:
Fabio Erculiani
2009-04-06 14:29:04 +02:00
parent 6d6db85d42
commit 00396f4bb2

View File

@@ -20,7 +20,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'''
# pylint ~ ok
from __future__ import with_statement
import os
from entropy.exceptions import IncorrectParameter, SystemDatabaseError
from entropy.const import etpConst, const_setup_perms, etpRepositories, \