Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2008-05-24 16:27:11 (GMT)
committer Chris Ball <cjb@laptop.org>2008-05-24 16:27:11 (GMT)
commit2bbd6968de2cf6020857a77267a678ff7a4904e1 (patch)
tree807097aa0af78f479da6fda0141e135e84518bf2 /mwlib
parentfc9c0227c3880e968b8fb606935990b99fd5a777 (diff)
Disable timeline generating code, which depends on PIL.
Diffstat (limited to 'mwlib')
-rwxr-xr-xmwlib/htmlwriter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mwlib/htmlwriter.py b/mwlib/htmlwriter.py
index dabb979..a3e28e7 100755
--- a/mwlib/htmlwriter.py
+++ b/mwlib/htmlwriter.py
@@ -237,7 +237,8 @@ class HTMLWriter(object):
self._write(obj.target)
def writeTimeline(self, obj):
- img = timeline.drawTimeline(obj.caption)
+ #img = timeline.drawTimeline(obj.caption)
+ img = None
if img is None:
return