summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-05-26 21:53:34 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2017-05-26 21:53:34 +0900
commit666debc5180f806cd31fa12b34a072e45f508e1a (patch)
treeeb122f1e53ec8cef069cc1f5069131be6164cf54
parentc354a9b9226831e03a06ef44386937c88c866851 (diff)
downloadgit-repo-666debc5180f806cd31fa12b34a072e45f508e1a.tar.gz
gitc_delete: Remove unused imports
Change-Id: I672189ba99e18dca3956e2396c921d1ef0ca2ddd
-rw-r--r--subcmds/gitc_delete.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/subcmds/gitc_delete.py b/subcmds/gitc_delete.py
index 7380c352..19caac5a 100644
--- a/subcmds/gitc_delete.py
+++ b/subcmds/gitc_delete.py
@@ -14,12 +14,10 @@
14# limitations under the License. 14# limitations under the License.
15 15
16from __future__ import print_function 16from __future__ import print_function
17import os
18import shutil 17import shutil
19import sys 18import sys
20 19
21from command import Command, GitcClientCommand 20from command import Command, GitcClientCommand
22import gitc_utils
23 21
24from pyversion import is_python3 22from pyversion import is_python3
25if not is_python3(): 23if not is_python3():