comparison createstaticweb.py @ 67:517253fa987f

fix typo in doc-string
author Bernhard Herzog <bh@intevation.de>
date Wed, 11 Apr 2007 17:14:26 +0200
parents bebe06ff4bd6
children
comparison
equal deleted inserted replaced
66:3c2e8cb7e658 67:517253fa987f
4 # Bernhard Herzog <bh@intevation.de> 4 # Bernhard Herzog <bh@intevation.de>
5 # 5 #
6 # This program is free software under the GPL (>=v2) 6 # This program is free software under the GPL (>=v2)
7 # Read the file COPYING coming with the software for details. 7 # Read the file COPYING coming with the software for details.
8 8
9 """Creates static a static web-site with a status report""" 9 """Creates a static web-site with a status report"""
10 10
11 import os 11 import os
12 from optparse import OptionParser 12 from optparse import OptionParser
13 13
14 from treepkg.web import Status 14 from treepkg.web import Status
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)