projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5df534
)
Commenting out printing of the digraph for sitemap.
author
Fredrik Unger
<fred@tree.se>
Wed, 6 Apr 2011 20:52:02 +0000
(22:52 +0200)
committer
Fredrik Unger
<fred@tree.se>
Wed, 6 Apr 2011 20:52:02 +0000
(22:52 +0200)
Will need a cleanup once decided on how graphviz will be used.
src/tree-cutter.py
patch
|
blob
|
history
diff --git
a/src/tree-cutter.py
b/src/tree-cutter.py
index 0b72e6b5a0d7e36b0f5295b704e49c2b917cc92f..28b8669ed8efe115609d2979d11703952146b6d4 100755
(executable)
--- a/
src/tree-cutter.py
+++ b/
src/tree-cutter.py
@@
-231,7
+231,7
@@
class Trie():
self._graph(self._root, G)
# G.layout('dot')
# G.draw('g.png')
- print G.string()
+
#
print G.string()
class Sitemap():
"""Class keeping the internal site structure"""