Browse 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 15 years ago
parent
commit
60a54a5431
1 changed files with 2 additions and 1 deletions
  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