Commit 7edc1d7d authored by Eric Seidel's avatar Eric Seidel

Add missing include in sky_tool

Also fixed missing entry in CHANGELOG.md

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1108393003
parent 3feae266
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
- Added download_material_design_icons script. - Added download_material_design_icons script.
## 0.0.5+dart-summit-3
- Fix typo in lib/sky_tool causing syntax error when run.
## 0.0.5+dart-summit-2 ## 0.0.5+dart-summit-2
- Various demo fixes and added ChangeLogs. - Various demo fixes and added ChangeLogs.
......
...@@ -7,6 +7,7 @@ import argparse ...@@ -7,6 +7,7 @@ import argparse
import json import json
import logging import logging
import os import os
import re
import signal import signal
import socket import socket
import subprocess import subprocess
......
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