Skip to content

Commit

Permalink
Renamed "espacio de memoria" to "memoria"
Browse files Browse the repository at this point in the history
  • Loading branch information
00urbina00 committed Oct 16, 2023
1 parent 5cf6471 commit 1a5327a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from PySide2.QtGui import QFontMetrics
from PySide2.QtWidgets import QMainWindow, QPushButton, QLineEdit, QPlainTextEdit, QSpinBox, QFrame, QLabel

from espacio_memoria import Memoria
from memoria import Memoria
from proceso import *
from ui_mainwindow import Ui_MainWindow

Expand Down
2 changes: 0 additions & 2 deletions espacio_memoria.py → memoria.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from collections import deque
import time


class Memoria:
"""
Expand Down

0 comments on commit 1a5327a

Please sign in to comment.