source: graphvizplugin/tags/0.11-0.7.5/graphviz/__init__.py

Last change on this file was 1601, checked in by Peter Kropf, 17 years ago

GraphvizPlugin:

Merged changes from the v0.6 branch that happened after the v0.7 branch was created.

  • Property svn:keywords set to Id HeadURL LastChangedRevision
File size: 287 bytes
Line 
1"""
2$Id: __init__.py 1601 2006-11-26 00:00:34Z pkropf $
3$HeadURL: //trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5/graphviz/__init__.py $
4
5Copyright (c) 2005, 2006 Peter Kropf. All rights reserved.
6
7Module file for the graphviz trac wiki processor.
8"""
9
10
11__revision__  = '$LastChangedRevision: 1601 $'
12__id__        = '$Id: __init__.py 1601 2006-11-26 00:00:34Z pkropf $'
13__headurl__   = '$HeadURL: //trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5/graphviz/__init__.py $'
14__docformat__ = 'restructuredtext'
15
16
17from graphviz import *
Note: See TracBrowser for help on using the repository browser.