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

Unified Diff: tools/create_windows_installer.py

Issue 350483003: Build Tools Cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more fixes as reviewed by ricow Created 6 years, 6 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 | « tools/create_tarball.py ('k') | tools/get_archive.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_windows_installer.py
diff --git a/tools/create_windows_installer.py b/tools/create_windows_installer.py
index 04df5753a8bd48f78a462aaf1ea68101362ce55f..dc3daee2a330d674779b46e7f8060b70c48a3362 100644
--- a/tools/create_windows_installer.py
+++ b/tools/create_windows_installer.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -18,7 +18,6 @@
import optparse
import os
-import shutil
import subprocess
import sys
import utils
« no previous file with comments | « tools/create_tarball.py ('k') | tools/get_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698