Skip to content

Commit

Permalink
Disable import of old xml package in versioning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
picsel2 committed Mar 1, 2024
1 parent cc5bb34 commit 48d4cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTG/core/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from lxml import etree as et
from GTG.core.dates import Date
from GTG.core.dirs import DATA_DIR
from GTG.core import xml
#from GTG.core import xml
from uuid import uuid4, UUID

from datetime import date
Expand Down

0 comments on commit 48d4cb3

Please sign in to comment.