Skip to content

Commit

Permalink
RF: move dialogs out of builder.py; closes psychopy#1068
Browse files Browse the repository at this point in the history
- might be possible to refactor a little more still, stopping here for now
  • Loading branch information
jeremygray committed Dec 16, 2015
1 parent 93a84fb commit ecce249
Show file tree
Hide file tree
Showing 4 changed files with 2,384 additions and 2,309 deletions.
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 ecce249

Please sign in to comment.