Skip to content

Commit

Permalink
RF: remove ioLabs from wizard report
Browse files Browse the repository at this point in the history
Surprising to have this issue revealed by changing import statements within components.
  • Loading branch information
jeremygray committed Dec 5, 2015
1 parent 77d46d1 commit 94a64be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/ioLabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from os import path

from .keyboard import KeyboardComponent, Param
from psychopy.app.builder.experiment import _valid_var_re
from ..experiment import _valid_var_re

__author__ = 'Jeremy Gray'

Expand Down
2 changes: 1 addition & 1 deletion psychopy/tools/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def runDiagnostics(self, win, verbose=False):
report.append((_translate('Python packages'), '', '', False))
packages = ['PIL', 'openpyxl', 'lxml', 'setuptools', 'pytest', 'sphinx',
'psignifit', 'pyserial', 'pp',
'pynetstation', 'ioLabs', 'labjack'
'pynetstation', 'labjack'
]
if sys.platform == 'win32':
packages.append('pywin32')
Expand Down

0 comments on commit 94a64be

Please sign in to comment.