Skip to content

Commit

Permalink
[lib] Moved .image.utils -> .utils
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 1, 2022
1 parent 8eb34dc commit 78ee082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion term_image/image/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import PIL

from ..utils import _BG_FMT, _FG_FMT, _RESET
from .common import BaseImage
from .utils import _BG_FMT, _FG_FMT, _RESET

_LOWER_PIXEL = "\u2584" # lower-half block element
_UPPER_PIXEL = "\u2580" # upper-half block element
Expand Down
File renamed without changes.

0 comments on commit 78ee082

Please sign in to comment.