~vcs-imports/trac/trunk

« back to all changes in this revision

Viewing changes to trac/web/__init__.py

  • Committer: rjollos
  • Date: 2019-09-09 03:56:10 UTC
  • Revision ID: svn-v4:af82e41b-90c4-0310-8c96-b1721e28e2e2:trunk:17167
1.5.1dev: Remove workaround fixed in Python 2.7

Refs #12787.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# individuals. For the exact contribution history, see the revision
12
12
# history and logs, available at https://trac.edgewall.org/.
13
13
 
14
 
# Workaround for http://bugs.python.org/issue6763 and
15
 
# http://bugs.python.org/issue5853 thread issues
16
 
import mimetypes
17
 
mimetypes.init()
18
 
 
19
14
from trac.web.api import *