Fix "TypeError: 'module' object is not callable" in test_commands.py
This commit is contained in:
parent
613f6c602c
commit
ebe5c5e839
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
import flexmock
|
from flexmock import flexmock
|
||||||
|
|
||||||
import borgmatic.borg.info
|
import borgmatic.borg.info
|
||||||
import borgmatic.borg.list
|
import borgmatic.borg.list
|
||||||
|
|
Loading…
Reference in a new issue