projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3d937ac
)
Removing debug printout.
author
Fredrik Unger
<fred@tree.se>
Fri, 6 Apr 2012 05:22:55 +0000
(07:22 +0200)
committer
Fredrik Unger
<fred@tree.se>
Fri, 6 Apr 2012 05:22:55 +0000
(07:22 +0200)
treecutter/page.py
patch
|
blob
|
history
diff --git
a/treecutter/page.py
b/treecutter/page.py
index 9f27c918e7a257b34ebd85860c199901618d5994..ef77bb7d861b1037f9b622dfaee418b41524776c 100644
(file)
--- a/
treecutter/page.py
+++ b/
treecutter/page.py
@@
-51,8
+51,6
@@
class Page():
if os.path.isfile(script):
exe.append(script)
else:
if os.path.isfile(script):
exe.append(script)
else:
- print resource_listdir('xinclude', '')
- print resource_filename('xinclude', c.href)
if c.href in resource_listdir('xinclude', ''):
script = resource_filename('xinclude', c.href)
exe.append(script)
if c.href in resource_listdir('xinclude', ''):
script = resource_filename('xinclude', c.href)
exe.append(script)