Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-tomaszuk committed Apr 4, 2018
1 parent 09da461 commit 46a94a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pyforms import BaseWidget
from pyforms.Controls import ControlText, ControlButton, ControlSlider, ControlFile, \
ControlPlayer, ControlCheckBox, ControlCombo, ControlProgress
from .functions import *
from functions import *


class MultipleBlobDetection(BaseWidget):
Expand Down

0 comments on commit 46a94a1

Please sign in to comment.