Fixed header, now with author/license etc.

This commit is contained in:
Sebastian Lohff 2012-03-18 04:16:10 +01:00
parent 152c5275aa
commit 929da24f4c
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# written by seba (seba-geek.de) :) # Licensed under GNU General Public License v3 or later
# v0.3 # Written by Sebastian Lohff (seba@seba-geek.de)
# http://seba-geek.de/stuff/servefile/
# v0.3.1
import argparse import argparse
import BaseHTTPServer import BaseHTTPServer