LightTable / Python

Python language plugin for Light Table
MIT License
98 stars 51 forks source link

Fixing some bugs with ipython creation in python3 and some issues with creating namespaces #8

Open natelust opened 10 years ago

natelust commented 10 years ago

...a namespace issue being created and importing in lttools in the toModule function creating a blank namespace with the file name to connect to the popen ipython process. This way the file does not have to be run and imported if it is not fully complete or there are bugs, which would cause the import to fail.