Skip to content

Commit 0908e2d

Browse files
committed
fix import
1 parent 651924e commit 0908e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/GifCursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
from PyQt5.QtWidgets import QWidget, QVBoxLayout, QPushButton
1313

14-
from Demo.Lib.QCursorGif import QCursorGif
14+
from Lib.QCursorGif import QCursorGif
1515

1616

1717
__Author__ = 'Irony'

0 commit comments

Comments
 (0)