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:
881824b
)
ppf/new: Remove trailing white spaces.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 13:53:57 +0000
(16:53 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 26 Aug 2011 13:53:57 +0000
(16:53 +0300)
ppf/new/config.py
patch
|
blob
|
history
diff --git
a/ppf/new/config.py
b/ppf/new/config.py
index
98a30fe
..
e57a575
100644
(file)
--- a/
ppf/new/config.py
+++ b/
ppf/new/config.py
@@
-40,7
+40,7
@@
class SwarmConfig(object):
def store(self, ini_file):
pass
-
+
def add(self, section, option, value):
pass
@@
-59,7
+59,7
@@
class SessionConfig(object):
def store(self, ini_file):
pass
-
+
def add(self, section, option, value):
pass
@@
-78,7
+78,7
@@
class AccessConfig(object):
def store(self, ini_file):
pass
-
+
def add(self, section, option, value):
pass
@@
-87,4
+87,3
@@
class AccessConfig(object):
def set(self, section, option, value):
pass
-