mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
tests: Fix broken import
This commit is contained in:
parent
77becb294f
commit
5f4f48eb71
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mockvim = MockVim()
|
|||
sys.modules['vim'] = mockvim
|
||||
|
||||
from taskwiki.viewport import ViewPort
|
||||
from taskwiki.viewport import DEFAULT_SORT_ORDER, DEFAULT_VIEWPORT_VIRTUAL_TAGS
|
||||
from taskwiki.constants import DEFAULT_SORT_ORDER, DEFAULT_VIEWPORT_VIRTUAL_TAGS
|
||||
|
||||
cache = MockCache()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue