diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-03-07 20:11:47 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-03-07 20:11:47 +0100 |
commit | b6a5ed7286401ade80474c26d069b0e1b8e41ac6 (patch) | |
tree | 025c88fe23489229bcb7c2cc8f18bc547f08fce4 /src/common.py | |
parent | d6d566e39bdb9d876d0dd3a9ad4a69bb8f904331 (diff) | |
download | poezio-b6a5ed7286401ade80474c26d069b0e1b8e41ac6.tar.gz poezio-b6a5ed7286401ade80474c26d069b0e1b8e41ac6.tar.bz2 poezio-b6a5ed7286401ade80474c26d069b0e1b8e41ac6.tar.xz poezio-b6a5ed7286401ade80474c26d069b0e1b8e41ac6.zip |
very little cleanup
Diffstat (limited to 'src/common.py')
-rw-r--r-- | src/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.py b/src/common.py index 0940757e..03c9b6a4 100644 --- a/src/common.py +++ b/src/common.py @@ -39,7 +39,6 @@ import mimetypes import hashlib import subprocess import curses -import sys import time import shlex |