diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-05-01 12:17:01 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-05-01 12:17:01 +0200 |
commit | d39c23895857ef9ae8080ddd125e845eaa1c8aa3 (patch) | |
tree | 425658fdbfb8cca9a72d530245a48ebd1dd1786e /src/main.py | |
parent | 8f4c3bdff4f15dd16458f16aa751d9f75e2f21c6 (diff) |
Optbox improvements
Diffstat (limited to 'src/main.py')
-rw-r--r-- | src/main.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.py b/src/main.py index df90be5..3997835 100644 --- a/src/main.py +++ b/src/main.py @@ -3,9 +3,10 @@ from PyQt5.QtWidgets import * from PyQt5.QtGui import * from PyQt5.QtCore import * -import ui, phys, io +import ui, phys, file -system = phys.System() +#system = phys.System() +system = file.open_system("3.woz") class Window(QMainWindow): def __init__(self): |