diff options
Diffstat (limited to 'tests/regressiontests/forms/forms.py')
| -rw-r--r-- | tests/regressiontests/forms/forms.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/regressiontests/forms/forms.py b/tests/regressiontests/forms/forms.py index bb58eaa982..58051fd133 100644 --- a/tests/regressiontests/forms/forms.py +++ b/tests/regressiontests/forms/forms.py @@ -5,10 +5,7 @@ tests = r""" >>> import datetime >>> import time >>> import re ->>> try: -... from decimal import Decimal -... except ImportError: -... from django.utils._decimal import Decimal +>>> from decimal import Decimal ######### # Forms # |
