Fix more imports

I'll deuglify the code in a bit dont worry
This commit is contained in:
2021-04-28 01:07:29 -07:00
parent 21cb103cba
commit e79b9f07db
2 changed files with 3 additions and 5 deletions

View File

@ -2,8 +2,6 @@ import datetime
import os.path
import textwrap
import changelog
import version
import yaclog.changelog
log_segments = [
@ -50,7 +48,7 @@ log_text = '\n\n'.join(log_segments)
log = yaclog.Changelog()
log.header = '# Changelog\n\nThis changelog is for testing the parser, and has many things in it that might trip it up.'
log.links = {'id': 'http://www.koalastothemax.com'}
log.versions = [changelog.VersionEntry(), changelog.VersionEntry(), changelog.VersionEntry()]
log.versions = [yaclog.changelog.VersionEntry(), yaclog.changelog.VersionEntry(), yaclog.changelog.VersionEntry()]
log.versions[0].name = '[Tests]'
log.versions[0].sections = {