summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/setup.py4
1 files changed, 0 insertions, 4 deletions
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()