chiark / gitweb /
Make Run available in stack.py
authorKarl Hasselström <kha@treskal.com>
Wed, 26 Sep 2007 02:03:15 +0000 (04:03 +0200)
committerKarl Hasselström <kha@treskal.com>
Wed, 26 Sep 2007 02:03:15 +0000 (04:03 +0200)
Needed by shortlog(). Apparently, we have no test for this.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/stack.py

index 746e59b7db651b40acc0fc2536ee9045a3143628..bd08b35ffede59286893b4b67271f579ab816431 100644 (file)
@@ -23,6 +23,7 @@ from email.Utils import formatdate
 
 from stgit.utils import *
 from stgit.out import *
+from stgit.run import *
 from stgit import git, basedir, templates
 from stgit.config import config
 from shutil import copyfile