mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Use explicit relative import to make this work again.
This commit is contained in:
parent
ba205d6971
commit
3b271054d7
3 changed files with 8 additions and 8 deletions
|
@ -4,8 +4,8 @@ convenience of application and driver writers.
|
|||
"""
|
||||
|
||||
import os, urlparse, urllib, types
|
||||
import handler
|
||||
import xmlreader
|
||||
from . import handler
|
||||
from . import xmlreader
|
||||
|
||||
try:
|
||||
_StringTypes = [types.StringType, types.UnicodeType]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue