Skip to content

Commit

Permalink
Rename RealPy to real_py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Aug 30, 2024
1 parent 004c782 commit 45f2ece
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/IntermediatePy/src/IntermediatePy.pyproject
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"IntermediatePy/Backends/MockQml/Status.qml",
"IntermediatePy/Backends/MockQml/qmldir",
"IntermediatePy/Backends/real_backend.py",
"IntermediatePy/Backends/RealPy/helpers.py",
"IntermediatePy/Backends/RealPy/project.py",
"IntermediatePy/Backends/RealPy/report.py",
"IntermediatePy/Backends/RealPy/status.py"
"IntermediatePy/Backends/real_py/helpers.py",
"IntermediatePy/Backends/real_py/project.py",
"IntermediatePy/Backends/real_py/report.py",
"IntermediatePy/Backends/real_py/status.py"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

from EasyApp.Logic.Logging import LoggerLevelHandler

from .RealPy.project import Project
from .RealPy.status import Status
from .RealPy.report import Report
from .real_py.project import Project
from .real_py.status import Status
from .real_py.report import Report


class Backend(QObject):
Expand Down

0 comments on commit 45f2ece

Please sign in to comment.