Changeset - d1494001db7c
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-08-30 15:24:33
dennis.fink@c3l.lu
Forgot to commit the import of requests
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/api/views.py
Show inline comments
 
@@ -6,12 +6,13 @@ from flask import (Blueprint, request, c
 
                   abort)
 

	
 
from werkzeug.exceptions import BadRequest
 

	
 
import strict_rfc3339
 
import pygeoip
 
import requests
 

	
 
from ennstatus.status.functions import (single_server, all_servers,
 
                                        all_servers_by_type)
 
from .model import Server
 
from .auth import httpauth
 

	
0 comments (0 inline, 0 general)