seems to work

This commit is contained in:
Anthony Scopatz 2015-12-02 17:33:22 -05:00
parent 979b9a7ba5
commit bb91e05f55

View file

@ -204,8 +204,6 @@ def parse_funcs(s, shell, sourcer=None):
if m is None:
return {}
g1 = m.group(1)
import sys
print(g1, file=sys.stderr)
namefiles = json.loads(g1.strip())
sourcer = DEFAULT_SOURCERS.get(shell, 'source') if sourcer is None \
else sourcer