mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Use explicit relative import, to make things work again.
This commit is contained in:
parent
50e9fb9e2d
commit
06a2dc7859
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
"""Base classes for server/gateway implementations"""
|
||||
|
||||
from types import StringType
|
||||
from util import FileWrapper, guess_scheme, is_hop_by_hop
|
||||
from headers import Headers
|
||||
from .util import FileWrapper, guess_scheme, is_hop_by_hop
|
||||
from .headers import Headers
|
||||
|
||||
import sys, os, time
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue