[go: up one dir, main page]

File: tilestache.cgi

package info (click to toggle)
tilestache 1.31.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,016 kB
  • ctags: 928
  • sloc: python: 4,068; makefile: 10
file content (7 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env python

import os
import TileStache

if __name__ == '__main__':
    TileStache.cgiHandler(os.environ, 'tilestache.cfg', debug=True)