gitc_init: Remove unused import

Also add missing newline at the end of the file.

Change-Id: I206e6c4b033d223eb0ff5824ecbf6fd98c39c918
This commit is contained in:
David Pursehouse 2015-08-20 16:45:39 +09:00
parent 022a1d4e6e
commit f4599a2a3d

View File

@ -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))