From f90abf0ab593c291699611e69f87953ad828aac6 Mon Sep 17 00:00:00 2001 From: Anael Beutot <anael.beutot@smartjog.com> Date: Thu, 30 Aug 2012 13:56:15 +0200 Subject: [PATCH] Removed ununsed import --- cloudcontrol/node/host/jobs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudcontrol/node/host/jobs.py b/cloudcontrol/node/host/jobs.py index 492fe62..f3fd6f5 100644 --- a/cloudcontrol/node/host/jobs.py +++ b/cloudcontrol/node/host/jobs.py @@ -1,6 +1,5 @@ """Interface implementation for JobsManager from cc-common.""" -import time from datetime import datetime import subprocess -- GitLab