chiark / gitweb /
Refactor output handling to break circular dependency
[stgit] / stgit / commands / commit.py
index 2b8d7cefab0bddd98f35de3e4ef8be622c576ba5..0b76c564699b197a687a34c2f76f0229529f505c 100644 (file)
@@ -20,6 +20,7 @@ from optparse import OptionParser, make_option
 
 from stgit.commands.common import *
 from stgit.utils import *
+from stgit.out import *
 from stgit import stack, git
 
 help = 'permanently store the applied patches into stack base'