Kaydet (Commit) 60455b22 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Use relative imports

üst 4f93a56a
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment