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