diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:43 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:43 +1000 |
commit | 6ff73a634b11dacfd246ea8bdb6df3e51cda5118 (patch) | |
tree | eca421e390b2fca11215df884f7a1e3ba53970b5 /unit-tests/unit | |
parent | a9426516a87d0eca3451e348dde22287935d9d5a (diff) | |
download | python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.tar.gz python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.tar.xz python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.zip |
Cleanup
Diffstat (limited to 'unit-tests/unit')
-rwxr-xr-x | unit-tests/unit | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unit-tests/unit b/unit-tests/unit index 61a194c..0f8a51b 100755 --- a/unit-tests/unit +++ b/unit-tests/unit @@ -4,8 +4,6 @@ from pprint import pprint import os, sys, random, tempfile, time import commands -import libxml2 -from POCDemo import POCDemo DUMPS_D = "private" @@ -170,6 +168,9 @@ except ImportError: failed() +""" +import libxml2 +from POCDemo import POCDemo test = POCDemo() print "Please note the dmixml_demo/@entrypoint attribute in the root node" @@ -184,6 +185,7 @@ xmldoc2 = libxml2.newDoc("1.0") xmlnode = test.GetXMLnode() xmldoc2.setRootElement(xmlnode) xmldoc2.saveFormatFileEnc("-", "UTF-8", 1) +""" |