summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/rename_font/test.py
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-06-10 14:43:23 -0700
committerDeepanshu Gupta <deepanshu@google.com>2014-06-10 17:00:29 -0700
commit125714173b5ef296f8d50191edcfceedcb19dbde (patch)
treef55f852a958133c4c5d453a44005822464c4cace /tools/layoutlib/rename_font/test.py
parent6d7a25f317be60ae8a4d8806e517052be2398753 (diff)
downloadframeworks_base-125714173b5ef296f8d50191edcfceedcb19dbde.zip
frameworks_base-125714173b5ef296f8d50191edcfceedcb19dbde.tar.gz
frameworks_base-125714173b5ef296f8d50191edcfceedcb19dbde.tar.bz2
Remove lxml dependency.
The encoding for the .ttx file generated is now hard-coded to be utf-8. Change-Id: I71c208327995651fcf44b6961510f84bafb05848
Diffstat (limited to 'tools/layoutlib/rename_font/test.py')
-rwxr-xr-xtools/layoutlib/rename_font/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/rename_font/test.py b/tools/layoutlib/rename_font/test.py
index d4c86cb..b0b69d8 100755
--- a/tools/layoutlib/rename_font/test.py
+++ b/tools/layoutlib/rename_font/test.py
@@ -14,7 +14,7 @@ import build_font
from fontTools import ttx
import os
-from lxml import etree
+import xml.etree.ElementTree as etree
import shutil
import tempfile