in the orginal python shell the following works ``` #!pycon >>> import __main__ >>> __main__.__main__ <module '__main__' ...> ``` in bpython i breaks --- - Bitbucket: https://bitbucket.org/bobf/bpython/issue/68 - Originally Reported By: [Ronny Pfannschmidt](http://bitbucket.org/RonnyPfannschmidt) - Originally Created At: 2009-11-27T12:40:52.605
in the orginal python shell the following works
in bpython i breaks