Browse Source

[trac547] added docstring

Naoki Kambe 14 years ago
parent
commit
4e8ed21d6a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bin/stats/stats_httpd.py.in

+ 4 - 0
src/bin/stats/stats_httpd.py.in

@@ -15,6 +15,10 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+"""
+A standalone HTTP server for HTTP/XML interface of statistics in BIND 10
+
+"""
 import sys; sys.path.append ('@@PYTHONPATH@@')
 import os
 import time