File: __init__.py

package info (click to toggle)
python-application 1.0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 156 kB
  • ctags: 187
  • sloc: python: 843; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright (C) 2006-2007 Dan Pascu. See LICENSE for details.
#

"""Basic building blocks for python applications"""

__version__ = "1.0.9"