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