diff options
Diffstat (limited to 'tests/regressiontests/forms/extra.py')
| -rw-r--r-- | tests/regressiontests/forms/extra.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/regressiontests/forms/extra.py b/tests/regressiontests/forms/extra.py index 2d25530a48..7547901d0f 100644 --- a/tests/regressiontests/forms/extra.py +++ b/tests/regressiontests/forms/extra.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 ############### # Extra stuff # |
