diff --git a/modules/bf2.py b/modules/bf2.py index 56c2413..92ebcfb 100644 --- a/modules/bf2.py +++ b/modules/bf2.py @@ -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':(