mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Use relative imports
This commit is contained in:
parent
4f93a56a7f
commit
60455b22de
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ import os
|
|||
import fnmatch
|
||||
import sys
|
||||
from Tkinter import *
|
||||
import SearchEngine
|
||||
from SearchDialogBase import SearchDialogBase
|
||||
from . import SearchEngine
|
||||
from .SearchDialogBase import SearchDialogBase
|
||||
|
||||
def grep(text, io=None, flist=None):
|
||||
root = text._root()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue