Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2Abstract 

3-------- 

4 

5The timezones app provides resources for specifying and managing timezones. 

6 

7See https://docs.djangoproject.com/en/3.0/topics/i18n/timezones/ 

8 

9""" 

10__author__ = "Shawn Davis <shawn@superdjango.com>" 

11__maintainer__ = "Shawn Davis <shawn@superdjango.com>" 

12__version__ = "0.8.0-d" 

13 

14from .choices import * 

15from .constants import * 

16from .descriptors import * 

17from .utils import *