#682: Make warnings more visible

This commit is contained in:
Vladimir Iakovlev
2017-08-26 14:30:19 +02:00
parent 5504b905f3
commit 9cb04ac631
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import shlex
import six
from collections import namedtuple
from warnings import warn
from ..logs import warn
from ..utils import memoize
from ..conf import settings
from ..system import Path