remove unused import

This commit is contained in:
Mathias Koehler 2011-11-16 20:58:05 +01:00
parent 4e9df11052
commit 76697c372e

View file

@ -13,7 +13,7 @@ import os
from fcntl import fcntl, F_SETFL, F_GETFL
from select import select
from subprocess import Popen, PIPE, STDOUT
from subprocess import Popen, PIPE
from itertools import chain
from .options import OptionStore, Option