projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413774c
)
ppf/new: Fix constructor of LiveLogStatus.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 11:37:00 +0000
(14:37 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 11:37:00 +0000
(14:37 +0300)
ppf/new/util.py
patch
|
blob
|
history
diff --git
a/ppf/new/util.py
b/ppf/new/util.py
index
d807af5
..
5068e02
100644
(file)
--- a/
ppf/new/util.py
+++ b/
ppf/new/util.py
@@
-11,7
+11,7
@@
class LiveLogStatus(object):
"""
def __init__(self, position=0):
- self.position =
0
+ self.position =
position
class LiveLogFile(object):