12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
$NetBSD: patch-data_tools_wesnoth_campaignserver__client_py,v 1.1 2015/03/10 05:16:28 mef Exp $
|
|
|
|
Add shebang (to match REPLACE.python.old= .*python[^ ]*)
|
|
|
|
--- data/tools/wesnoth/campaignserver_client.py~ 2015-03-10 10:48:54.000000000 +0900
|
|
+++ data/tools/wesnoth/campaignserver_client.py 2015-03-10 11:15:44.000000000 +0900
|
|
@@ -1,3 +1,4 @@
|
|
+#!@/python@
|
|
import gzip, zlib, StringIO
|
|
import socket, struct, glob, sys, shutil, threading, os, fnmatch
|
|
import wesnoth.wmldata as wmldata
|