sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

implement import directory with a __init__.py file.. #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the enclosed file implements importing directory contents (ie, __init__.py).  
Current implementation assumes a .py file, but import can also be a directory 
if the directory contains a __init__.py file.

Original issue reported on code.google.com by billy.earney@gmail.com on 16 Feb 2013 at 12:22

Attachments:

GoogleCodeExporter commented 9 years ago
the code has been included to fix this issue.  further testing maybe necessary 
to find edge cases, etc.

Original comment by billy.earney@gmail.com on 27 Feb 2013 at 1:52