From bfa488b1e2fdd91cf18e7fa9e45d45623a60b8ae Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 8 Sep 2015 16:24:15 +0800 Subject: fixes typo --- scripts2/utils.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts2/utils.py') diff --git a/scripts2/utils.py b/scripts2/utils.py index c90dd83..767dfa3 100644 --- a/scripts2/utils.py +++ b/scripts2/utils.py @@ -21,9 +21,6 @@ # MA 02110-1301, USA. -import os - - def shuffle_all(instr): for output in shuffle_recur(instr): if output == instr: -- cgit