diff options
Diffstat (limited to 'subcmds/rebase.py')
-rw-r--r-- | subcmds/rebase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/rebase.py b/subcmds/rebase.py index 7c8e9389..e341296d 100644 --- a/subcmds/rebase.py +++ b/subcmds/rebase.py | |||
@@ -17,7 +17,7 @@ import sys | |||
17 | 17 | ||
18 | from command import Command | 18 | from command import Command |
19 | from git_command import GitCommand | 19 | from git_command import GitCommand |
20 | from git_refs import GitRefs, HEAD, R_HEADS, R_TAGS, R_PUB, R_M | 20 | from git_refs import GitRefs, HEAD, R_HEADS, R_TAGS, R_PUB |
21 | from error import GitError | 21 | from error import GitError |
22 | 22 | ||
23 | class Rebase(Command): | 23 | class Rebase(Command): |