Просмотр исходного кода

gitc_init: Remove unused import

Also add missing newline at the end of the file.

Change-Id: I206e6c4b033d223eb0ff5824ecbf6fd98c39c918
David Pursehouse 10 лет назад
Родитель
Сommit
f4599a2a3d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      subcmds/gitc_init.py

+ 1 - 2
subcmds/gitc_init.py

@@ -15,7 +15,6 @@
 
 from __future__ import print_function
 import os
-import shutil
 import sys
 
 import gitc_utils
@@ -77,4 +76,4 @@ use for this GITC client.
       self.manifest.Override(opt.manifest_file)
     gitc_utils.generate_gitc_manifest(self.client_dir, self.manifest)
     print('Please run `cd %s` to view your GITC client.' %
-          os.path.join(gitc_utils.GITC_FS_ROOT_DIR, opt.gitc_client))
+          os.path.join(gitc_utils.GITC_FS_ROOT_DIR, opt.gitc_client))