Skip to content

Commit 361760f

Browse files
committed
Cambio en la importacion
1 parent 52eee0a commit 361760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_calculadora/interfaz/Interfaz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from tkinter import Tk, Frame, Label, Button, StringVar
2-
from interfaz.Operaciones_calculadora import Evento
2+
from .Operaciones_calculadora import Evento
33

44
class Calculadora(Frame):
55

0 commit comments

Comments
 (0)