mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
Fix imports in video module, correct path for images
This commit is contained in:
@@ -13,8 +13,8 @@ import tempfile
|
||||
|
||||
from PIL import Image
|
||||
|
||||
from pygtktalog.misc import float_to_string
|
||||
from pygtktalog.logger import get_logger
|
||||
from pycatalog.misc import float_to_string
|
||||
from pycatalog.logger import get_logger
|
||||
|
||||
|
||||
LOG = get_logger("Video")
|
||||
|
||||
Reference in New Issue
Block a user