1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Added Docstring, author and version.

This commit is contained in:
Bastian Venthur
2010-08-29 12:07:51 +02:00
parent f2ad8de6ae
commit 2a61d1ad7e

9
sg.py
View File

@@ -16,6 +16,15 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Small static site generator.
"""
__author__ = "Bastian Venthur <venthur@debian.org>"
__version__ = "1.0"
import sys import sys
import os import os
import shutil import shutil