|
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 | |
|---|
| 5 | Copyright (c) 2005, 2006 Peter Kropf. All rights reserved. |
|---|
| 6 | |
|---|
| 7 | Module 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 | |
|---|
| 17 | from graphviz import * |
|---|
Note: See
TracBrowser
for help on using the repository browser.