File: __init__.py

package info (click to toggle)
trac-graphviz 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 172 kB
  • ctags: 62
  • sloc: python: 440; makefile: 38; sh: 13
file content (17 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""
$Id$
$HeadURL$

Copyright (c) 2005, 2006 Peter Kropf. All rights reserved.

Module file for the graphviz trac wiki processor.
"""


__revision__  = '$LastChangedRevision$'
__id__        = '$Id$'
__headurl__   = '$HeadURL$'
__docformat__ = 'restructuredtext'


from graphviz import *