fixing import statements
This commit is contained in:
parent
0be635d0f2
commit
ee1f133f51
|
@ -1,7 +1,7 @@
|
||||||
from src.brewing import potion_class
|
from brewing import potion_class
|
||||||
from src.brewing import containers
|
from brewing import containers
|
||||||
from src.brewing import cooking
|
from brewing import cooking
|
||||||
from src.brewing import inspection
|
from brewing import inspection
|
||||||
|
|
||||||
def make_example_potion(student_name="ASPP student"):
|
def make_example_potion(student_name="ASPP student"):
|
||||||
my_potion = potion_class.Potion(student_name=student_name)
|
my_potion = potion_class.Potion(student_name=student_name)
|
||||||
|
|
Loading…
Reference in a new issue