summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-21 00:20:41 +0200
committermathieui <mathieui@mathieui.net>2016-10-21 00:20:41 +0200
commit0bb67982b035a7f158a1999ed86926a71ebd3511 (patch)
tree0f34b536ffd130577d5f04ae6a5579b4acdf8e0b /poezio/poezio.py
parentab84756b450b24383f39793060d2057d33f05301 (diff)
downloadpoezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.gz
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.bz2
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.tar.xz
poezio-0bb67982b035a7f158a1999ed86926a71ebd3511.zip
pyflake fixes
unused variables, imports, name shadowing
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 784f0553..f841b672 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -13,7 +13,6 @@ Starting point of poezio. Launches both the Connection and Gui
import sys
import os
import signal
-import logging
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
@@ -75,8 +74,6 @@ def main():
from poezio import core
- log = logging.getLogger('')
-
signal.signal(signal.SIGINT, signal.SIG_IGN) # ignore ctrl-c
cocore = core.Core()
signal.signal(signal.SIGUSR1, cocore.sigusr_handler) # reload the config