Skip to content

Commit 32c6930

Browse files
committedNov 24, 2022
corrected to new modules path
1 parent bc9caad commit 32c6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎inputs/scripts/zoom_composite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44

55
from g_diffuser_config import DEFAULT_PATHS
6-
from extensions import g_diffuser_utilities as gdu
6+
from modules import g_diffuser_utilities as gdu
77

88
import pygame
99
from pygame.locals import *

0 commit comments

Comments
 (0)