equal
deleted
inserted
replaced
15 # |
15 # |
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """Objects interacting together to provides the external page embeding |
18 """Objects interacting together to provides the external page embeding |
19 functionality. |
19 functionality. |
|
20 """ |
20 |
21 |
21 |
|
22 """ |
|
23 __docformat__ = "restructuredtext en" |
22 __docformat__ = "restructuredtext en" |
24 |
23 |
25 import re |
24 import re |
26 from urlparse import urljoin |
25 from urlparse import urljoin |
27 from urllib2 import urlopen, Request, HTTPError |
26 from urllib2 import urlopen, Request, HTTPError |