summaryrefslogtreecommitdiff
path: root/kronos/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'kronos/parser.py')
-rw-r--r--kronos/parser.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/kronos/parser.py b/kronos/parser.py
index f0543f9..147682f 100644
--- a/kronos/parser.py
+++ b/kronos/parser.py
@@ -7,13 +7,7 @@ Activity Parser
7@date: February 04, 2010 7@date: February 04, 2010
8""" 8"""
9 9
10class Activity(object): 10from kronos.model import Activity
11
12 def __init__(self, activity, description=None, category=None):
13 self.activity = activity
14 self.description = description
15 self.category = category
16 self.tags = []
17 11
18 12
19def parse_activity(text): 13def parse_activity(text):