from librarian import xmlutils
from lxml import etree
from librarian.pyhtml import EduModule
from nose.tools import *
from tests.utils import get_fixture
from librarian import xmlutils
from lxml import etree
from librarian.pyhtml import EduModule
from nose.tools import *
from tests.utils import get_fixture
class Foo(xmlutils.Xmill):
def __init__(self):
super(Foo, self).__init__()
class Foo(xmlutils.Xmill):
def __init__(self):
super(Foo, self).__init__()
def handle_song(self, ele):
if ele.getnext() is not None:
def handle_song(self, ele):
if ele.getnext() is not None: