21 lines
484 B
Text
21 lines
484 B
Text
|
MODPY_ADJ_FILES only works on the file line.
|
||
|
|
||
|
Index: partition_input.py
|
||
|
--- partition_input.py.orig
|
||
|
+++ partition_input.py
|
||
|
@@ -1,3 +1,5 @@
|
||
|
+#!/usr/bin/python
|
||
|
+
|
||
|
# Copyright (C) 2007 William McCune
|
||
|
#
|
||
|
# This file is part of the LADR Deduction Library.
|
||
|
@@ -16,8 +18,6 @@
|
||
|
# along with the LADR Deduction Library; if not, write to the Free Software
|
||
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||
|
#
|
||
|
-
|
||
|
-#!/usr/bin/python
|
||
|
|
||
|
import re, sys
|
||
|
|