Fix missing import

This commit is contained in:
nemunaire 2014-11-14 14:01:00 +01:00
commit 093581f646
2 changed files with 1 additions and 2 deletions

View file

@ -16,9 +16,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import imp
import logging import logging
import os
from tools.config import load_file from tools.config import load_file

View file

@ -16,6 +16,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import imp
import logging import logging
import os import os