Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-09-11 02:02:04 (GMT)
committer Richard Darst <rkd@zgib.net>2009-09-11 02:02:04 (GMT)
commitf19bf7458acbe1e6888884a6fa5b5ff9bbc66ffc (patch)
treea6d515e16159f0b966ae888204a1c80669037576
parent255576cd128b7f99cc7f83ae0bc148f072f9bd51 (diff)
Remove pygments import in meeting.py
- Pygments is no longer a dependency for MeetBot. - HTML logs can now use a custom processing method, instead of the pygments-using processing method. The pygments method still exists, but does the import only when necessary, if the old method is enabled. darcs-hash:20090911020204-82ea9-e7d5d1acabb6adc59d3cd4ef355ca7c68f65d3b6.gz
-rw-r--r--meeting.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meeting.py b/meeting.py
index fe7e670..271693c 100644
--- a/meeting.py
+++ b/meeting.py
@@ -34,8 +34,6 @@ import os
import re
import stat
-import pygments
-
import writers
import items
reload(writers)