[infra] Add missing import to linux_distribution_support.py

TBR=whesse@google.com

Change-Id: I00dfdc3257be8bd2ca9b39e957c427e842c98cd0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170683
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2020-11-06 08:52:39 +00:00
parent 57864a88a6
commit cc853ee3e3

View file

@ -12,6 +12,7 @@ Archive tarball and debian package to google cloud storage.
import os
import re
import subprocess
import sys
import bot_utils