From cf8a8bf48468922dd77cb7685e638acfc600ea69 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 14 Dec 2011 11:08:49 +0100 Subject: more fixes --- module/setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/setup.py') diff --git a/module/setup.py b/module/setup.py index 91153fc82..abb162e0f 100644 --- a/module/setup.py +++ b/module/setup.py @@ -24,7 +24,6 @@ from os.path import abspath from os.path import dirname from os.path import exists from os.path import join -import re from subprocess import PIPE from subprocess import call import sys @@ -390,9 +389,6 @@ class Setup(): noaction = False elif action == "4": break - except KeyboardInterrupt: - print "" #clean - pass finally: if not noaction: db.shutdown() -- cgit v1.2.3