Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f93a56 commit 60455b2Copy full SHA for 60455b2
1 file changed
Lib/idlelib/GrepDialog.py
@@ -2,8 +2,8 @@
2
import fnmatch
3
import sys
4
from Tkinter import *
5
-import SearchEngine
6
-from SearchDialogBase import SearchDialogBase
+from . import SearchEngine
+from .SearchDialogBase import SearchDialogBase
7
8
def grep(text, io=None, flist=None):
9
root = text._root()
0 commit comments