Commit 71739532 authored by Bruce Dawson's avatar Bruce Dawson Committed by Commit Bot

Remove unused re import from create_installer_archive.py

In crrev.com/c/1450414 I removed the last usage of re. This removes the
import, for cleanliness.

Change-Id: Ibf18551aeb048ee889d6db093a66d9f4cbf47d84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591665
Commit-Queue: Greg Thompson <grt@chromium.org>
Auto-Submit: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658475}
parent ec535a06
......@@ -17,7 +17,6 @@ import fnmatch
import glob
import optparse
import os
import re
import shutil
import subprocess
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment