Makes the Insert terminal number order more sane in complex layouts, missing import of function
This commit is contained in:
parent
966c6ca104
commit
dc8e6f1451
|
@ -10,7 +10,7 @@ import gtk
|
|||
from borg import Borg
|
||||
from config import Config
|
||||
from keybindings import Keybindings
|
||||
from util import dbg, err
|
||||
from util import dbg, err, enumerate_descendants
|
||||
from factory import Factory
|
||||
from cwd import get_pid_cwd
|
||||
from version import APP_NAME, APP_VERSION
|
||||
|
|
Loading…
Reference in New Issue