diff options
Diffstat (limited to 'subcmds/gitc_init.py')
-rw-r--r-- | subcmds/gitc_init.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py index 03d8cc30..6f5278b2 100644 --- a/subcmds/gitc_init.py +++ b/subcmds/gitc_init.py | |||
@@ -15,7 +15,6 @@ | |||
15 | 15 | ||
16 | from __future__ import print_function | 16 | from __future__ import print_function |
17 | import os | 17 | import os |
18 | import shutil | ||
19 | import sys | 18 | import sys |
20 | 19 | ||
21 | import gitc_utils | 20 | import gitc_utils |
@@ -77,4 +76,4 @@ use for this GITC client. | |||
77 | self.manifest.Override(opt.manifest_file) | 76 | self.manifest.Override(opt.manifest_file) |
78 | gitc_utils.generate_gitc_manifest(self.client_dir, self.manifest) | 77 | gitc_utils.generate_gitc_manifest(self.client_dir, self.manifest) |
79 | print('Please run `cd %s` to view your GITC client.' % | 78 | print('Please run `cd %s` to view your GITC client.' % |
80 | os.path.join(gitc_utils.GITC_FS_ROOT_DIR, opt.gitc_client)) \ No newline at end of file | 79 | os.path.join(gitc_utils.GITC_FS_ROOT_DIR, opt.gitc_client)) |