Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: visual_studio/NativeClientVSAddIn/create_package.py

Issue 10790039: Additional improvements to install scripts (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/install.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/create_package.py
diff --git a/visual_studio/NativeClientVSAddIn/create_package.py b/visual_studio/NativeClientVSAddIn/create_package.py
index 1eab99da8c0e1cdf586cf104fccdaad46841c443..e5bc0f80afb43db667463bc7c2dfc4c20a09ca92 100644
--- a/visual_studio/NativeClientVSAddIn/create_package.py
+++ b/visual_studio/NativeClientVSAddIn/create_package.py
@@ -10,9 +10,7 @@ It zips up all files required for the add-in installation and places the
result in out/NativeClientVSAddin.zip
"""
-import glob
import os
-import shutil
import zipfile
# Root output directory
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/install.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698