remove unneeded line

This commit is contained in:
Yann Leboulanger 2005-07-20 08:31:42 +00:00
parent 89458fa04b
commit 7b2477da10
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ signal.signal(signal.SIGINT, signal.SIG_DFL) # ^C exits the application
import i18n
_ = i18n._
APP = i18n.APP
i18n.init()
def send_error(error_message):