MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Reduce number of modules in plugins directory #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"plugins" are modules that need to register their capabilities within
Crunchy; they are all located in the plugins directory.

However, there are also other files that are in the same directory which
are not plugins (e.g. graphics.py, turtle_js.py, etc.).  These should be
moved to a separate directory - whose path should still be added to
sys.path so that a call like
import graphics
would still work as expected.

This would make it easier for plugins developer to find out what is
actually required.

Original issue reported on code.google.com by andre.ro...@gmail.com on 3 Jan 2008 at 5:58

GoogleCodeExporter commented 8 years ago
Fixed - commit 541.

Original comment by andre.ro...@gmail.com on 3 Jan 2008 at 9:59