Remove inheritance from object.

This commit is contained in:
rht
2017-11-05 11:57:15 +01:00
committed by showell
parent 8990b1046d
commit e3eebf3be0
6 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ def show_all_branches(fns):
print(branch.text())
print('---')
class Grepper(object):
class Grepper:
'''
A Grepper object is optimized to do repeated
searches of words that can be found in our