comparison dash.py @ 4:3e66e2f92770

added LICENSE and license headers in the sourcecode. Added readme
author sean
date Wed, 15 Jul 2015 15:13:07 +0200
parents 3f5bcad45756
children c49f7fe82743
comparison
equal deleted inserted replaced
3:3f5bcad45756 4:3e66e2f92770
1 """
2 This software is part of "Bottledash"
3 author: sean engelhardt > sean.engelhardt@intevation.de
4 license: GNU >= V2. See LICENSE for details
5 """
6
1 from bottle import get, post, request, view, response, route 7 from bottle import get, post, request, view, response, route
2 from bottle import template, run, static_file, error 8 from bottle import template, run, static_file, error
3 import configparser 9 import configparser
4 import os.path 10 import os.path
5 11
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)