[mod] put import at top of the file

This commit is contained in:
Laurent Peuch 2016-05-13 03:56:54 +02:00
parent aa3193d1e2
commit f1b0be43d7

View file

@ -30,6 +30,8 @@ import errno
import requests
from urllib import urlopen
import requests
from moulinette.core import MoulinetteError
from moulinette.utils.log import getActionLogger