diff options
Diffstat (limited to 'wmd/actions/__init__.py')
| -rw-r--r-- | wmd/actions/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wmd/actions/__init__.py b/wmd/actions/__init__.py index 03cde4c..d0529eb 100644 --- a/wmd/actions/__init__.py +++ b/wmd/actions/__init__.py | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | class Action(object): | 1 | class Action(object): |
| 2 | pass \ No newline at end of file | 2 | def log(self, msg): |
| 3 | print "-> %s: %s" %(self.__class__.__name__, msg) \ No newline at end of file | ||