Skip to content

Commit

Permalink
Update pyforms syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Jan 30, 2018
1 parent 83fd5de commit d58951c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybpod_rotaryencoder_module/module_gui.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pyforms, sip, sys
from pyforms import BaseWidget
from pyforms.Controls import ControlText, ControlCheckBox, ControlNumber, ControlButton, ControlFile
from pyforms.Controls import ControlMatplotlib
from pyforms.controls import ControlText, ControlCheckBox, ControlNumber, ControlButton, ControlFile
from pyforms.controls import ControlMatplotlib
from pybpod_rotaryencoder_module.module_api import RotaryEncoderModule
from sca.formats import csv
from datetime import datetime
Expand Down

0 comments on commit d58951c

Please sign in to comment.