refactor
This commit is contained in:
parent
3a413ad7e0
commit
434a86f89a
@ -1,7 +1,7 @@
|
||||
from chkbit.status import Status
|
||||
from chkbit.ignore import Ignore
|
||||
from chkbit.input_item import InputItem
|
||||
from chkbit.context import Context
|
||||
from chkbit.hashfile import hashfile, hashtext
|
||||
from chkbit.index import Index
|
||||
from chkbit.index_thread import IndexThread
|
||||
from .status import Status
|
||||
from .ignore import Ignore
|
||||
from .input_item import InputItem
|
||||
from .context import Context
|
||||
from .hashfile import hashfile, hashtext
|
||||
from .index import Index
|
||||
from .index_thread import IndexThread
|
||||
|
@ -1,5 +1,4 @@
|
||||
from chkbit_cli.cli import CLI
|
||||
from chkbit_cli.progress import Progress
|
||||
from chkbit_cli.sparklines import sparkify
|
||||
from chkbit_cli.rate_calc import RateCalc
|
||||
from chkbit_cli.main import Main, main
|
||||
from .cli import CLI
|
||||
from .progress import Progress
|
||||
from .sparklines import sparkify
|
||||
from .rate_calc import RateCalc
|
||||
|
@ -8,7 +8,7 @@ import threading
|
||||
import time
|
||||
from datetime import datetime, timedelta
|
||||
from chkbit import Context, Status, IndexThread
|
||||
from chkbit_cli import CLI, Progress, RateCalc, sparkify
|
||||
from . import CLI, Progress, RateCalc, sparkify
|
||||
|
||||
|
||||
EPILOG = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user