Makes the Insert terminal number order more sane in complex layouts, missing import of function

This commit is contained in:
Stephen Boddy 2011-02-23 22:05:41 +01:00
parent 966c6ca104
commit dc8e6f1451
1 changed files with 1 additions and 1 deletions

View File

@ -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