Skip to content

Commit

Permalink
use relative imports for util
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Jan 20, 2021
1 parent 02bdb3b commit 72e2c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archivebox/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
from django.contrib.auth import get_user_model
from django import forms

from .util import htmldecode, urldecode, ansi_to_html

from core.models import Snapshot, Tag
from core.forms import AddLinkForm, TagField

from core.mixins import SearchResultsAdminMixin

from index.html import snapshot_icons
from util import htmldecode, urldecode, ansi_to_html
from logging_util import printable_filesize
from main import add, remove
from config import OUTPUT_DIR
Expand Down

0 comments on commit 72e2c7b

Please sign in to comment.