diff options
| author | Tim Graham <timograham@gmail.com> | 2016-10-07 21:06:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-27 08:53:20 -0400 |
| commit | 414ad25b090a63eaaf297b1164c8f7d814a710a2 (patch) | |
| tree | e3d0e6fdffee0793baad41a339c2d63db742c33a /tests/syndication_tests | |
| parent | d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a (diff) | |
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Diffstat (limited to 'tests/syndication_tests')
| -rw-r--r-- | tests/syndication_tests/tests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/syndication_tests/tests.py b/tests/syndication_tests/tests.py index 6f4655838a..60285efea7 100644 --- a/tests/syndication_tests/tests.py +++ b/tests/syndication_tests/tests.py @@ -16,11 +16,6 @@ from django.utils.feedgenerator import ( from .models import Article, Entry -try: - import pytz -except ImportError: - pytz = None - TZ = timezone.get_default_timezone() |
