Parcourir la source

Move #! line back to top.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@634 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed il y a 15 ans
Parent
commit
60a54a5431
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/bin/cmdctl/b10-cmdctl.py.in

+ 2 - 1
src/bin/cmdctl/b10-cmdctl.py.in

@@ -1,3 +1,5 @@
+#!@PYTHON@
+
 # Copyright (C) 2010  Internet Systems Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -23,7 +25,6 @@ wait for receiving request from client, parse the request and resend the request
 the proper module. When getting the request result from the module, send back the 
 resut to client.
 '''
-#!@PYTHON@
 
 import sys; sys.path.append ('@@PYTHONPATH@@')
 import http.server