Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 15, 2023
1 parent 75f7666 commit 7f25048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zxlive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from PySide6.QtCore import QCommandLineParser
from PySide6.QtGui import QIcon

#import sys
#sys.path.insert(0, '../pyzx') # So that it can find a local copy of pyzx
import sys
# sys.path.insert(0, '../pyzx') # So that it can find a local copy of pyzx

from .mainwindow import MainWindow
from .common import get_data, GraphT
Expand Down

0 comments on commit 7f25048

Please sign in to comment.