removed unused imports

This commit is contained in:
Joachim Lusiardi 2015-01-22 14:37:20 +01:00
parent 293d4b60ee
commit 945a23ff32
1 changed files with 0 additions and 2 deletions

View File

@ -4,11 +4,9 @@ from docker import Client
from docker.errors import APIError
from string import Template
import json
import datetime
import signal
import os
import logging
import sys
target_path="/tmp/nginx/"
pid_file="/var/run/nginx.pid"