Move utility functions from archlinux to utils

This commit is contained in:
nvbn
2015-08-25 13:55:33 +03:00
parent 4163fb5f2e
commit 2e002f666b
6 changed files with 47 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from thefuck.archlinux import archlinux_env, get_pkgfile
from thefuck.utils import get_pkgfile, archlinux_env
from thefuck import shells
+1 -2
View File
@@ -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):