Some vs2010 fixes.

This commit is contained in:
Jussi Pakkanen 2014-03-31 20:19:16 +03:00
parent c4ff263fce
commit c33014cc63
1 changed files with 2 additions and 1 deletions

View File

@ -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