Create thefuck.archlinux

This commit is contained in:
mcarton
2015-08-12 17:13:32 +02:00
parent 0ad70a1edc
commit 986bbb30a7
4 changed files with 50 additions and 37 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
from .types import Command
from difflib import get_close_matches
from functools import wraps
from pathlib import Path
@@ -6,7 +7,6 @@ import os
import pickle
import re
import six
from .types import Command
DEVNULL = open(os.devnull, 'w')