From 88013b2f9f93c3220812cd3b624db1423ac081ed Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Mon, 19 Oct 2009 17:13:52 +0000 Subject: apply code review induced fixes, fix a few discovered bugs, enjoy, rinse and repeat --- (limited to 'addons/readfile.py') 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) -- cgit v0.9.1