two spaces

This commit is contained in:
Anthony Scopatz 2018-07-16 16:30:51 -04:00
parent 9b5770dcbb
commit 368a13d9d6

View file

@ -152,10 +152,12 @@ def xonsh_exit(args, stdin=None):
print() # gimme a newline
return None, None
def xonsh_reset(args, stdin=None):
""" Clears __xonsh_ctx__"""
builtins.__xonsh_ctx__.clear()
@lazyobject
def _SOURCE_FOREIGN_PARSER():
desc = "Sources a file written in a foreign shell language."