From cdd8095b7d27c57111de60acb240e012ffa5eace Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sun, 26 Aug 2012 08:54:32 +0200 Subject: REF: remove unused imports in bscript. --- bscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/bscript b/bscript index 88f434d7f..d3db21fa0 100644 --- a/bscript +++ b/bscript @@ -12,9 +12,6 @@ Caveats: import os import sys import subprocess -import string - -import os.path as op # Ugly but necessary hack: import numpy here so that wscript in sub directories # will see this numpy and not an already installed one -- cgit v1.2.1