diff bio/flags.py @ 679:89b240fe9297

For Django 1.5.2: import json; django.utils.simplejson is deprecated.
author Brian Neal <bgneal@gmail.com>
date Thu, 15 Aug 2013 20:14:33 -0500
parents 678a1a2ef55a
children
line wrap: on
line diff
--- a/bio/flags.py	Wed Aug 14 14:53:21 2013 -0500
+++ b/bio/flags.py	Thu Aug 15 20:14:33 2013 -0500
@@ -2,13 +2,11 @@
 This module contains country flag data & functions.
 
 """
-from __future__ import with_statement
+import json
 import os.path
 import locale
 import logging
 
-import django.utils.simplejson as json
-
 
 # Read flag data from external JSON file: