Skip to content

Commit

Permalink
Allows click to be vendored on Windows
Browse files Browse the repository at this point in the history
    - Removes references to click within click package and uses relative
    imports

Fixes: Github issue pallets#1068
  • Loading branch information
brianbruggeman committed Jul 13, 2018
1 parent cd90e83 commit cbcd377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click/_winconsole.py
Expand Up @@ -15,7 +15,7 @@
import time
import ctypes
import msvcrt
from click._compat import _NonClosingTextIOWrapper, text_type, PY2
from ._compat import _NonClosingTextIOWrapper, text_type, PY2
from ctypes import byref, POINTER, c_int, c_char, c_char_p, \
c_void_p, py_object, c_ssize_t, c_ulong, windll, WINFUNCTYPE
try:
Expand Down

0 comments on commit cbcd377

Please sign in to comment.