git add -p is the worst.
This commit is contained in:
Родитель
52276cc5c9
Коммит
9017bd3e5e
|
@ -1,3 +1,5 @@
|
|||
import re
|
||||
|
||||
try:
|
||||
import HTMLParser as htmlparser
|
||||
except ImportError: # pragma: no cover
|
||||
|
|
Загрузка…
Ссылка в новой задаче