Restore sigint processing to tagger.py. It was too kludgy

git-svn-id: http://comictagger.googlecode.com/svn/trunk@77 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-20 22:38:44 +00:00
parent 73aded94f3
commit fb59dd5924

View File

@ -240,7 +240,7 @@ def main():
# make sure unrar program is in the path for the UnRAR class
utils.addtopath(os.path.dirname(settings.unrar_exe_path))
#signal.signal(signal.SIGINT, signal.SIG_DFL)
signal.signal(signal.SIGINT, signal.SIG_DFL)
if opts.no_gui: