Show More
@@ -67,7 +67,7 b' class config(object):' | |||
|
67 | 67 | return self._data.get(section, {}).get(item, default) |
|
68 | 68 | |
|
69 | 69 | def backup(self, section, item): |
|
70 |
"""return a tuple allowing restore to reinstall a previous value |
|
|
70 | """return a tuple allowing restore to reinstall a previous value | |
|
71 | 71 | |
|
72 | 72 | The main reason we need it is because it handle the "no data" case. |
|
73 | 73 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now