Skip to content

Commit

Permalink
RF: remove wildcard import from builder/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Dec 16, 2015
1 parent 1d5e3d0 commit f607741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/app/builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Builder is the main GUI experiment building frame
"""
from __future__ import absolute_import
from .builder import * # pylint: disable=W0401
from .builder import BuilderFrame

0 comments on commit f607741

Please sign in to comment.