diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-05-02 19:20:02 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-05-02 19:20:02 +0200 |
commit | b35d3e4e76ce4fad133316861f1962efd9b9184f (patch) | |
tree | 8990b30d768daf1bdea44137ea0858b0880fe02f /src/main.py | |
parent | 6db078cf4696289bb40169398ebe5f3b1f5e87bb (diff) |
Element edition window
Diffstat (limited to 'src/main.py')
-rw-r--r-- | src/main.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.py b/src/main.py index 3997835..ea1122c 100644 --- a/src/main.py +++ b/src/main.py @@ -5,8 +5,7 @@ from PyQt5.QtCore import * import ui, phys, file -#system = phys.System() -system = file.open_system("3.woz") +system = phys.System() class Window(QMainWindow): def __init__(self): |