coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Add missing export of `bootstrap_noembed()` to `micawber/__init__.py` #20

Closed vdboor closed 11 years ago

vdboor commented 11 years ago

Only today I noticed that the bootstrap_*() functions are typically not imported from micawber.providers, but micaweber/__init__.py exports them. :cry:

This pull request adds the missing export.

cc: https://github.com/coleifer/micawber/pull/19