Skip to content

Commit 44f95e4

Browse files
committed
invoke: Use invoke_cleanup as installed package
1 parent 5533339 commit 44f95e4

File tree

5 files changed

+8
-452
lines changed

5 files changed

+8
-452
lines changed

tasks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from invoke import Collection
2828

2929
# -- TASK-LIBRARY:
30-
from . import invoke_cleanup as cleanup
30+
import invoke_cleanup as cleanup
3131
from . import docs
3232
from . import test
3333

tasks/docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from path import Path
1212

1313
# -- TASK-LIBRARY:
14-
from .invoke_cleanup import cleanup_tasks, cleanup_dirs
14+
from invoke_cleanup import cleanup_tasks, cleanup_dirs
1515

1616

1717
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)