Try to make bf2.py python 2.5 compatible

This commit is contained in:
Stefan Hacker
2010-12-27 17:17:12 +01:00
parent e8d8b7d3dc
commit 4753c96777

View File

@@ -38,7 +38,11 @@
from mumo_module import MumoModule
import re
import json
try:
import json
except ImportError: # Fallback for python < 2.6
import simplejson as json
class bf2(MumoModule):
default_config = {'bf2':(