Show More
@@ -24,6 +24,13 b'' | |||||
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 |
|
25 | |||
26 |
|
26 | |||
|
27 | try: | |||
|
28 | import json | |||
|
29 | except ImportError: | |||
|
30 | #python 2.5 compatibility | |||
|
31 | import simplejson as json | |||
|
32 | ||||
|
33 | ||||
27 | def __get_lem(): |
|
34 | def __get_lem(): | |
28 | from pygments import lexers |
|
35 | from pygments import lexers | |
29 | from string import lower |
|
36 | from string import lower |
General Comments 0
You need to be logged in to leave comments.
Login now