fixed missing imports
This commit is contained in:
parent
4b8a7d51be
commit
63bb9779dd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from .sweeper import file_dups
|
||||
from .sweeper import file_dups, mv_file_dups, rm_file_dups, iter_file_dups
|
||||
|
||||
__all__ = ['file_dups', 'mv_file_dups', 'rm_file_dups', 'iter_file_dups']
|
||||
|
|
Loading…
Reference in a new issue