This commit is contained in:
metamind 2016-07-24 17:26:43 +00:00
parent d51ab29207
commit 7e17a49622
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
**Changed:**
* Moved ``amalgamate_source`` outside `build_tables`
* Moved ``amalgamate_source`` outside ``build_tables``
* Disable amalgamation on setup develop

View file

@ -52,7 +52,7 @@ from xonsh import __version__ as XONSH_VERSION
def amalgamate_source():
"""Amalgamtes source files."""
"""Amalgamates source files."""
sys.path.insert(0, os.path.dirname(__file__))
try:
import amalgamate