mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
fix import path
This commit is contained in:
parent
72e2c7b95d
commit
a07ed3989e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from django.shortcuts import render, redirect
|
|||
from django.contrib.auth import get_user_model
|
||||
from django import forms
|
||||
|
||||
from .util import htmldecode, urldecode, ansi_to_html
|
||||
from ..util import htmldecode, urldecode, ansi_to_html
|
||||
|
||||
from core.models import Snapshot, Tag
|
||||
from core.forms import AddLinkForm, TagField
|
||||
|
|
Loading…
Reference in a new issue