aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-08-22 14:08:29 +0200
committerGuido Günther <agx@sigxcpu.org>2009-08-23 17:28:41 +0200
commit715d42a8dbbe0f78076bd5ab486b9c933d4f35e7 (patch)
tree8b640090f13e316f39f1d73333d75e9fd46c7f97 /git-import-dsc
parent29cacc0286b1bd0af964fea71a889f44525f838f (diff)
drop superfluous _utils from module names
Diffstat (limited to 'git-import-dsc')
-rwxr-xr-xgit-import-dsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-import-dsc b/git-import-dsc
index 29fc1bcf..db372ac7 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -25,8 +25,8 @@ import glob
import pipes
from email.Utils import parseaddr
import gbp.command_wrappers as gbpc
-from gbp.deb_utils import debian_version_chars, parse_changelog, unpack_orig, parse_dsc, DscFile, tar_toplevel
-from gbp.git_utils import build_tag, create_repo, GitRepository, GitRepositoryError, rfc822_date_to_git
+from gbp.deb import debian_version_chars, parse_changelog, unpack_orig, parse_dsc, DscFile, tar_toplevel
+from gbp.git import build_tag, create_repo, GitRepository, GitRepositoryError, rfc822_date_to_git
from gbp.config import GbpOptionParser
from gbp.errors import GbpError