Move utility functions from archlinux to utils
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from thefuck.archlinux import archlinux_env, get_pkgfile
|
||||
from thefuck.utils import get_pkgfile, archlinux_env
|
||||
from thefuck import shells
|
||||
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ should be:
|
||||
yaourt -S llvm
|
||||
"""
|
||||
|
||||
from thefuck.utils import replace_command
|
||||
from thefuck.archlinux import archlinux_env, get_pkgfile
|
||||
from thefuck.utils import replace_command, get_pkgfile, archlinux_env
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
|
||||
Reference in New Issue
Block a user