Move all app/os specific utils to specific package

This commit is contained in:
nvbn
2015-08-25 14:09:47 +03:00
parent 2e002f666b
commit b21c9ebb43
39 changed files with 214 additions and 182 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import os
from thefuck.utils import sudo_support
from thefuck.specific.sudo import sudo_support
@sudo_support