This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| # widget.py | |
| # apps | |
| # | |
| # Created by antonin on 2012-12-17. | |
| # Copyright 2012 Ripple Motion. All rights reserved. | |
| # | |
| import simplejson | |
| from django.forms import Widget |