Skip to content

Commit

Permalink
Merge pull request #7 from alecxe/patch-1
Browse files Browse the repository at this point in the history
Removed bare exception clause
Add a line note
  • Loading branch information
Anish Menon committed Jan 10, 2015
2 parents 53328f5 + 9e15755 commit f116afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/drealtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
from django.utils import simplejson as json
except:
except ImportError:
import simplejson as json

__version__ = '0.1.5'
Expand Down

0 comments on commit f116afa

Please sign in to comment.