X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/1e78b00609d4d284f6316a328aa9b25c1cf2a254..170f576bb9eac1dafc139de7b51226d78d31cbbe:/stgit/commands/export.py diff --git a/stgit/commands/export.py b/stgit/commands/export.py index 549145e..e7de902 100644 --- a/stgit/commands/export.py +++ b/stgit/commands/export.py @@ -23,7 +23,7 @@ from optparse import OptionParser, make_option from stgit.commands.common import * from stgit.utils import * -from stgit import stack, git +from stgit import stack, git, basedir help = 'exports a series of patches to (or patches)' @@ -144,7 +144,7 @@ def func(parser, options, args): else: patch_tmpl_list = [] - patch_tmpl_list += [os.path.join(git.get_base_dir(), 'patchexport.tmpl'), + patch_tmpl_list += [os.path.join(basedir.get(), 'patchexport.tmpl'), os.path.join(sys.prefix, 'share/stgit/templates/patchexport.tmpl')] tmpl = ''