projects
/
depgraph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace9fd7
)
Restore INVISIBLE_PATHS which had been cleared by 919a27a22788755c63a7460ec5...
author
W. Trevor King
<wking@drexel.edu>
Sun, 9 Jan 2011 03:29:58 +0000
(22:29 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 9 Jan 2011 03:29:58 +0000
(22:29 -0500)
depgraph2dot.py
patch
|
blob
|
history
diff --git
a/depgraph2dot.py
b/depgraph2dot.py
index f7587441559f176f2a293774ebbb9e2ce7bfc64d..f2b1205b6252a5378c8680b336a68ae89095505d 100755
(executable)
--- a/
depgraph2dot.py
+++ b/
depgraph2dot.py
@@
-47,7
+47,7
@@
USER=getpwuid(getuid())[0] # get effective user name
INVISIBLE_MODS=('__future__','copy','doctest','glob','optparse','os','qt','re',
'StringIO','string','sys','textwrap','time','types','unittest')
-INVISIBLE_PATHS=
[] #
(r'.*',)
+INVISIBLE_PATHS=(r'.*',)
VISIBLE_PATHS=(r'.*%s.*' % USER,r'.*comedi.*')
def _pathmatch(regexp_tuple, path) :