mozilla / jydoop

Efficient Hadoop Map-Reduce in Python
Other
31 stars 19 forks source link

Move common modules to jydoop directory #30

Closed indygreg closed 11 years ago

indygreg commented 11 years ago

This is issue #29. We can now put common modules in a shared directory and they will always be available to scripts regardless of what directory the script is in.

indygreg commented 11 years ago

I updated the patch. Now relying on 100% less Python importer magic.