Files
pkgsrc-ng/games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py
2016-01-21 23:40:00 +01:00

12 lines
376 B
Plaintext

$NetBSD: patch-data_tools_unit__tree_helpers_py,v 1.1 2015/03/10 05:16:28 mef Exp $
Add shebang (to match REPLACE.python.old= .*python[^ ]*)
--- data/tools/unit_tree/helpers.py~ 2015-01-24 06:21:14.000000000 +0900
+++ data/tools/unit_tree/helpers.py 2015-03-10 12:15:24.000000000 +0900
@@ -1,3 +1,4 @@
+#!@python
"""
Various helpers for use by the wmlunits tool.
"""