diff dash.py @ 5:c49f7fe82743

changed the grid layout to a more responsive and compatible self-calculating JS based version
author sean
date Wed, 22 Jul 2015 10:25:27 +0200
parents 3e66e2f92770
children c8cb2aa0b72c
line wrap: on
line diff
--- a/dash.py	Wed Jul 15 15:13:07 2015 +0200
+++ b/dash.py	Wed Jul 22 10:25:27 2015 +0200
@@ -20,6 +20,8 @@
     config = configparser.ConfigParser()
     config.read(CONFIG_FILE)
 
+
+
     #read the tiles
     read_tiles_config(config)
 
@@ -70,7 +72,6 @@
 """)
     file.close()
 
-
 ##Bottle
 @route('/')
 @view('hello_template')
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)