move amalgamate tool to third_party folder

This commit is contained in:
Théo DELRIEU 2018-01-13 13:05:42 +01:00
parent 922b56e492
commit 84bffd5d36
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
7 changed files with 1 additions and 2 deletions

10
third_party/amalgamate/CHANGES.md vendored Normal file
View file

@ -0,0 +1,10 @@
The following changes have been made to the code with respect to <https://github.com/edlund/amalgamate/commit/c91f07eea1133aa184f652b8f1398eaf03586208>:
- Resolved inspection results from PyCharm:
- replaced tabs with spaces
- added encoding annotation
- reindented file to remove trailing whitespaces
- unused import `sys`
- membership check
- made function from `_is_within`
- removed unused variable `actual_path`