Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sarfata committed Jul 6, 2018
1 parent 623b1d4 commit 3b9988a
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -193,8 +193,9 @@ been possible!**
## Changelog

* 2018 07 06 - v1.3.2
* No changes to the code, just changes to the build configuration to improve
compatibility with Windows and address breaking changes in plaformio.
* Changes to the build configuration to improve compatibility with Windows
and address breaking changes in plaformio.
* Fix some issues that prevented the tests and sktool from compiling on Windows.
* Also added automatic builds on AppVeyor with Windows to hopefully detect
Windows issues sooner in the future.
* 2018 05 26 - v1.3.1
1 change: 0 additions & 1 deletion tools/platformio_cfg_emscripten.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Import("env")
from sys import platform

env.Replace(
PROGNAME="sktool.js",
1 change: 0 additions & 1 deletion tools/platformio_cfg_gitversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Import("projenv")
import subprocess
from datetime import datetime

version = "git-cmd-not-available"

0 comments on commit 3b9988a

Please sign in to comment.