summaryrefslogtreecommitdiff
path: root/doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2011-10-07 10:34:23 -0400
committerZearin <zearin@gonk.net>2011-10-07 10:34:23 -0400
commit04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 (patch)
tree329febd532aedfcd4daf92c807e802d1535c8f88 /doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot
parent36a2424cfd8c44d9f63bb4e2d7ac69cf7bce3940 (diff)
downloadcmd2-04cdcb0feb369ac4c60e10ccdc139c57e8b52e62.tar.gz
Removed leftovers from installing with pip.
Oops! I noticed there was a bunch of extra crap left over from when I installed this module onto my own system. I thought it wouldn't have modified itself at the time (just the Python module library on my system), but I was wrong. Begone, useless cruft!
Diffstat (limited to 'doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot')
-rw-r--r--doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot9
1 files changed, 0 insertions, 9 deletions
diff --git a/doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot b/doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot
deleted file mode 100644
index 16dcbaf..0000000
--- a/doxygen/html/classcmd2_1_1OutputTrap__coll__graph.dot
+++ /dev/null
@@ -1,9 +0,0 @@
-digraph G
-{
- // INTERACTIVE_SVG=YES
- edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
- node [fontname="Helvetica",fontsize="10",shape=record];
- Node1 [label="{cmd2::OutputTrap\n|+ contents\l+ old_stdout\l|+ __init__()\l+ read()\l+ tearDown()\l+ write()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
- Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
- Node2 [label="{cmd2::Borg\n|- _shared_state\l|+ __new__()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classcmd2_1_1Borg.html"];
-}