Skip to content

Commit

Permalink
removed Qt.py import #204
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanvfx authored Apr 14, 2021
1 parent 1f1f056 commit a88be1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NodeGraphQt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ def __init__(self):
app.exec_()
"""

try:
from Qt import QtWidgets, QtGui, QtCore, QtCompat, QtOpenGL
except ImportError as ie:
print('NodeGraphQt: Please install "Qt.py" : pip install Qt.py')
raise ImportError(ie)

from .base.graph import NodeGraph, SubGraph
from .base.menu import NodesMenu, NodeGraphMenu, NodeGraphCommand
from .base.node import NodeObject, BaseNode, BackdropNode
Expand Down

0 comments on commit a88be1b

Please sign in to comment.