aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-03-31 20:19:16 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-03-31 20:19:16 +0300
commitc33014cc6321978ec2b40c916692b0a46fd7a8f7 (patch)
treec24fa0c45944fbd619be8a79631a544dce40b6a6
parentc4ff263fce2754e55b7ef6a39daacf5c17bc7e2a (diff)
downloadmeson-c33014cc6321978ec2b40c916692b0a46fd7a8f7.zip
meson-c33014cc6321978ec2b40c916692b0a46fd7a8f7.tar.gz
meson-c33014cc6321978ec2b40c916692b0a46fd7a8f7.tar.bz2
Some vs2010 fixes.
-rw-r--r--vs2010backend.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/vs2010backend.py b/vs2010backend.py
index 2f81444..2448bb7 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