python-isort/patch-shebang.patch

9 lines
285 B
Diff

--- isort/main.py 2016-07-30 15:12:33.516794135 +0200
+++ isort/main.py 2016-03-30 13:08:30.000000000 +0200
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
''' Tool for sorting imports alphabetically, and automatically separated into sections.
Copyright (C) 2013 Timothy Edmund Crosley