Skip to content

Commit

Permalink
working on _tasks grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
quintijn committed Sep 23, 2022
1 parent c28a589 commit 33fcd60
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 136 deletions.
2 changes: 1 addition & 1 deletion src/unimacro/UnimacroGrammars/_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import natlinkstatus
import win32gui
import namelist # for name phrases
import nsformat
from natlinkcore import nsformat

import natlinkutils as natut
from unimacro import natlinkutilsqh as natqh
Expand Down
2 changes: 1 addition & 1 deletion src/unimacro/UnimacroGrammars/_keystrokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import types
import copy
import natlink
import nsformat
from natlinkcore import nsformat
from dtactions.unimacro.unimacroactions import doAction as action
from dtactions.unimacro.unimacroactions import doAction as action

Expand Down
2 changes: 1 addition & 1 deletion src/unimacro/UnimacroGrammars/_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

import natlink
import nsformat
from natlinkcore import nsformat
from dtactions.unimacro import unimacroutils
from natlinkcore import natlinkutils as natut
from dtactions.unimacro import unimacroutils
Expand Down
Loading

0 comments on commit 33fcd60

Please sign in to comment.