Fix typo in import, was using path

Change-Id: I01764f35c169f0854f5b6f187a06b22bc02820ed
Reviewed-on: https://dart-review.googlesource.com/c/88746
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Keerti Parthasarathy <keertip@google.com>
This commit is contained in:
Keerti Parthasarathy 2019-01-08 22:34:22 +00:00 committed by commit-bot@chromium.org
parent e5c32261da
commit 8f33211f25

View file

@ -12,7 +12,7 @@ import optparse
import string
import subprocess
import sys
import google3.third_party.dart_lang.v2_1_1_dev_0_1.runtime.tools.utils as utils
import utils
HOST_OS = utils.GuessOS()