Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9948db8
)
Fixed cursor typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 11 May 2013 07:16:18 +0000
(09:16 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 11 May 2013 07:16:18 +0000
(09:16 +0200)
manga/lib.py
patch
|
blob
|
blame
|
history
diff --git
a/manga/lib.py
b/manga/lib.py
index
d901e9f
..
a3fa9a6
100644
(file)
--- a/
manga/lib.py
+++ b/
manga/lib.py
@@
-162,7
+162,7
@@
class cursor(object):
raise StopIteration()
def prev(self):
- for n, i in reversed(self.cur
,
stack):
+ for n, i in reversed(self.cur
.
stack):
if i > 0:
self.cur = self.descend(n[i - 1])
return self.cur