Inherit object

This commit is contained in:
Oleksii Shevchuk 2018-01-30 23:55:14 +02:00
parent 51820bee7d
commit 7289aadf1d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import mmap
import threading
import rpyc
class Search():
class Search(object):
def __init__(self, path,
strings=[], max_size=20000000, root_path='.', no_content=False,
case=False, binary=False, follow_symlinks=False, terminate=None):