This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed print statement
main
Lakshmi Vyasarajan
14 years ago
parent
742339ddab
commit
c24cdfbceb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
hyde/ext/plugins/grouper.py
+ 0
- 1
hyde/ext/plugins/grouper.py
View File
@@ -160,6 +160,5 @@ class GrouperPlugin(Plugin):
self.site.content, self.site.grouper[name])
for prev, next in pairwalk(walker):
print ("%s => %s" % (prev.name, next.name))
setattr(next, prev_att, prev)
setattr(prev, next_att, next)
Write
Preview
Loading…
Cancel
Save