isort the repo
This commit is contained in:
parent
429bc2a7c6
commit
4122a7ccf8
33 changed files with 36 additions and 32 deletions
|
@ -2,10 +2,9 @@
|
|||
from os import environ
|
||||
from sys import argv
|
||||
|
||||
from bundlewrap.exceptions import FaultUnavailable
|
||||
from bundlewrap.repo import Repository
|
||||
from bundlewrap.utils import Fault
|
||||
from bundlewrap.exceptions import FaultUnavailable
|
||||
|
||||
|
||||
path = environ.get('BW_REPO_PATH', '.')
|
||||
repo = Repository(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue