c0c5c9c699
This change a Hy-preferring `runhy` that is used by cmdline Hy. Standard `runpy` is still patched so that it can run `.hy` files, but the default behaviour for unknown filetypes is preserved (i.e. assume they are Python source). Closes hylang/hy#1677.