Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng89 committed Jun 8, 2018
1 parent 9229888 commit b765b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calligraphySmoothingToolGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *

from smoothmanuallymainwindow import Ui_MainWindow
from calligraphySmoothingTool.smoothmanuallymainwindow import Ui_MainWindow
from utils.Functions import getContourOfImage, removeBreakPointsOfContour, getNumberOfValidPixels, \
sortPointsOnContourOfImage, fitCurve, draw_cubic_bezier

Expand Down

0 comments on commit b765b96

Please sign in to comment.