From 6ff73a634b11dacfd246ea8bdb6df3e51cda5118 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Sun, 24 May 2009 04:09:43 +1000 Subject: Cleanup --- unit-tests/unit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'unit-tests/unit') 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) +""" -- cgit