Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/readfile.py
diff options
context:
space:
mode:
authorVincent Vinet <vince.vinet@gmail.com>2009-10-19 17:13:52 (GMT)
committer Vincent Vinet <vince.vinet@gmail.com>2009-10-19 17:13:52 (GMT)
commit88013b2f9f93c3220812cd3b624db1423ac081ed (patch)
treef78aba3242a311bbc26ec04edee1970158a1194b /addons/readfile.py
parentb2fdc81850ee0b922598fc55b655074c1e335cc4 (diff)
apply code review induced fixes, fix a few discovered bugs, enjoy, rinse and repeatlp435984
Diffstat (limited to 'addons/readfile.py')
-rw-r--r--addons/readfile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index 4aa054e..0d276b9 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -25,7 +25,8 @@ class ReadFile(Action):
def __init__(self, filename=None):
"""
- Calls activity.read_file to load a specified state
+ Calls activity.read_file to restore a specified state to an activity
+ like when restored from the journal.
@param filename Path to the file to read
"""
Action.__init__(self)