12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
$NetBSD: patch-data_tools_addon__manager_html_py,v 1.1 2015/03/10 05:16:28 mef Exp $
|
|
|
|
Add shebang (to match REPLACE.python.old= .*python[^ ]*)
|
|
|
|
--- data/tools/addon_manager/html.py~ 2015-01-24 06:21:14.000000000 +0900
|
|
+++ data/tools/addon_manager/html.py 2015-03-10 11:09:19.000000000 +0900
|
|
@@ -1,3 +1,4 @@
|
|
+#!@python@
|
|
# encoding: utf8
|
|
import time, os, glob, sys, re
|
|
from subprocess import Popen
|