Use explicit relative import, to make things work again.

This commit is contained in:
Guido van Rossum 2006-08-17 08:56:08 +00:00
parent 50e9fb9e2d
commit 06a2dc7859

View file

@ -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