Remove leftover main function.
This commit is contained in:
parent
0722514c47
commit
548f11a2ac
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ from voussoirkit import winglob
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__, 'sole_subdir_lift')
|
log = vlogging.getLogger(__name__, 'sole_subdir_lift')
|
||||||
|
|
||||||
def main(argv):
|
|
||||||
argv = vlogging.set_level_by_argv(log, argv)
|
|
||||||
|
|
||||||
def sole_lift_argparse(args):
|
def sole_lift_argparse(args):
|
||||||
starting = pathclass.Path(args.starting)
|
starting = pathclass.Path(args.starting)
|
||||||
queue = collections.deque()
|
queue = collections.deque()
|
||||||
|
|
Loading…
Reference in a new issue