Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 16197a9

Browse files
committed
Use lxml it is more consistent
1 parent 22d38bb commit 16197a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runestone/server/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
import os
1717
import subprocess
1818
import sys
19-
import xml.etree.ElementTree as ET
20-
from xml.etree import ElementInclude
2119
from pathlib import Path
2220

2321
# Third Party
2422
# -----------
2523
import click
24+
import lxml.etree as ET
25+
from lxml import ElementInclude
2626
from sqlalchemy import create_engine
2727
from sqlalchemy.exc import IntegrityError
2828

0 commit comments

Comments
 (0)