summaryrefslogtreecommitdiff
path: root/tools/gyp/pylib/gyp/easy_xml_test.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-22 17:08:16 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-22 17:09:57 -0700
commit80dd8182907314ae99f5572798c86176e2086c47 (patch)
tree3dddb582141ef135a93789a288c25eed543f32f9 /tools/gyp/pylib/gyp/easy_xml_test.py
parentc2ae39b8d60407261d1963461087798458b31358 (diff)
downloadandroid-node-v8-80dd8182907314ae99f5572798c86176e2086c47.tar.gz
android-node-v8-80dd8182907314ae99f5572798c86176e2086c47.tar.bz2
android-node-v8-80dd8182907314ae99f5572798c86176e2086c47.zip
Upgrade GYP to r1010
Diffstat (limited to 'tools/gyp/pylib/gyp/easy_xml_test.py')
-rw-r--r--tools/gyp/pylib/gyp/easy_xml_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gyp/pylib/gyp/easy_xml_test.py b/tools/gyp/pylib/gyp/easy_xml_test.py
index a8f32a0cd5..9e59559818 100644
--- a/tools/gyp/pylib/gyp/easy_xml_test.py
+++ b/tools/gyp/pylib/gyp/easy_xml_test.py
@@ -6,7 +6,7 @@
""" Unit tests for the easy_xml.py file. """
-import easy_xml
+import gyp.easy_xml as easy_xml
import unittest
import StringIO