[svn] commit: r634 - /branches/parkinglot/src/bin/cmdctl/b10-cmdctl.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 17:44:24 UTC 2010
Author: jreed
Date: Fri Jan 29 17:44:24 2010
New Revision: 634
Log:
Move #! line back to top.
Modified:
branches/parkinglot/src/bin/cmdctl/b10-cmdctl.py.in
Modified: branches/parkinglot/src/bin/cmdctl/b10-cmdctl.py.in
==============================================================================
--- branches/parkinglot/src/bin/cmdctl/b10-cmdctl.py.in (original)
+++ branches/parkinglot/src/bin/cmdctl/b10-cmdctl.py.in Fri Jan 29 17:44:24 2010
@@ -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 @@
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
More information about the bind10-changes
mailing list