From ff6c05a04263fe8cc01913d4f2f274bbd8aea9eb Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 14 Jun 2018 12:03:49 -0400 Subject: [PATCH] Remove superflous imports --- ansiiprint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansiiprint.py b/ansiiprint.py index f7f3ec77..69cc1b0e 100644 --- a/ansiiprint.py +++ b/ansiiprint.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# ansiprint.py - Printing function for formatted daemon messages +# ansiprint.py - Printing function for formatted messages # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018 Joshua M. Boniface @@ -20,7 +20,7 @@ # ############################################################################### -import os, sys, socket, time, datetime, libvirt, kazoo.client, threading, ansiiprint +import datetime # ANSII colours for output def red():