From c33014cc6321978ec2b40c916692b0a46fd7a8f7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 31 Mar 2014 20:19:16 +0300 Subject: [PATCH] Some vs2010 fixes. --- vs2010backend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vs2010backend.py b/vs2010backend.py index 2f81444a8..2448bb7e9 100644 --- a/vs2010backend.py +++ b/vs2010backend.py @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import backends +import os, sys +import backends, build import xml.etree.ElementTree as ET import xml.dom.minidom