File: __init__.py

package info (click to toggle)
tilecache 2.11%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 536 kB
  • sloc: python: 3,086; makefile: 92
file content (5 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# BSD Licensed, Copyright (c) 2006-2010 TileCache Contributors
from Cache import *
from Layer import *
from Client import *
from Service import *