summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 14:16:35 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 14:16:35 -0300
commit6ad9e9387cb4daba9537ecdbe8b118d9eac209a6 (patch)
tree4d085d63e1feaeb6c6ad46b6217478e09c1ce675
parentcde836a9aead1d9a5161b6f3c4155f97d803ca43 (diff)
Use tab specific event json
-rw-r--r--scripts/calendar_plugin2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/calendar_plugin2.py b/scripts/calendar_plugin2.py
index 71a7a0c..fd6d1df 100644
--- a/scripts/calendar_plugin2.py
+++ b/scripts/calendar_plugin2.py
@@ -10,7 +10,7 @@ import json
class TabularCalendarPlugin:
def __init__(self):
- calpath = os.path.join(template.path, 'calendar.json')
+ calpath = os.path.join(template.path, 'tabcalendar.json')
with open(calpath, 'r') as calfile:
events = json.load(calfile)