From 387bf8501aad5f1afbd5d0429343a7d090649951 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 11 Dec 2012 01:32:56 +0100 Subject: [PATCH] We don't need that. --- installer/slave/post_reboot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/slave/post_reboot.py b/installer/slave/post_reboot.py index 2aef7e3..c549a37 100644 --- a/installer/slave/post_reboot.py +++ b/installer/slave/post_reboot.py @@ -1,5 +1,4 @@ import os, sys, subprocess -from StringIO import StringIO BOLD_START = '\033[1m' BOLD_END = '\033[0m'