From e15c65abc25cd1d5d77ec6815a3c011b9f57ddac Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 22 Aug 2012 10:46:11 +0900 Subject: Remove unused imports There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2 --- main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index ea29851e..12752299 100755 --- a/main.py +++ b/main.py @@ -35,7 +35,6 @@ from git_command import git, GitCommand from git_config import init_ssh, close_ssh from command import InteractiveCommand from command import MirrorSafeCommand -from command import PagedCommand from subcmds.version import Version from editor import Editor from error import DownloadError -- cgit v1.2.3-54-g00ecf