mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-19 19:52:31 +01:00
#366 Fix python 2 support
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from imp import load_source
|
||||
import os
|
||||
from subprocess import Popen, PIPE, TimeoutExpired
|
||||
from subprocess import Popen, PIPE
|
||||
import sys
|
||||
from psutil import Process
|
||||
from psutil import Process, TimeoutExpired
|
||||
import six
|
||||
from .conf import settings, DEFAULT_PRIORITY, ALL_ENABLED
|
||||
from .utils import compatibility_call
|
||||
|
Reference in New Issue
Block a user