diff options
Diffstat (limited to 'vs2010backend.py')
-rw-r--r-- | vs2010backend.py | 3 |
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 |