diff --git a/pyqtgraph/opengl/items/GLTextItem.py b/pyqtgraph/opengl/items/GLTextItem.py index 59a4741d..b1b1b6c0 100644 --- a/pyqtgraph/opengl/items/GLTextItem.py +++ b/pyqtgraph/opengl/items/GLTextItem.py @@ -1,8 +1,8 @@ from OpenGL.GL import * import numpy as np -from pyqtgraph.Qt import QtCore, QtGui -from pyqtgraph.opengl.GLGraphicsItem import GLGraphicsItem -import pyqtgraph.functions as fn +from ...Qt import QtCore, QtGui +from .. GLGraphicsItem import GLGraphicsItem +from ... import functions as fn __all__ = ['GLTextItem']