| commit | c1c60ff792fe0da3ca4d5cff4f444dbea8f03687 | [log] [tgz] |
|---|---|---|
| author | Morten Krogh-Jespersen <mkroghj@google.com> | Tue Feb 04 15:19:26 2020 +0100 |
| committer | Morten Krogh-Jespersen <mkroghj@google.com> | Wed Feb 05 09:28:21 2020 +0000 |
| tree | 00603019749cda2053e0c65a02f3d20fac6ac8d0 | |
| parent | 4f537967ccb489089ab34a17b8ea483105f2c9f9 [diff] |
Do not import resource on windows for real Change-Id: Ic6af3b7226f7bd73cfe9791e997a441970245174
diff --git a/tools/archive.py b/tools/archive.py index 3eb0200..a3e15ba 100755 --- a/tools/archive.py +++ b/tools/archive.py
@@ -13,7 +13,6 @@ except ImportError: # Not a Unix system. Do what Gandalf tells you not to. pass -import resource import shutil import subprocess import sys