Input: more debug text

This commit is contained in:
Brian Warner 2017-03-22 16:10:02 -07:00
parent b38d4c94ca
commit 3ca2720f11

View File

@ -85,6 +85,8 @@ class Input(object):
self._C.got_nameplate(nameplate)
@m.output()
def record_wordlist(self, wordlist):
from ._rlcompleter import debug
debug(" -record_wordlist")
self._wordlist = wordlist
@m.output()