web/views/embedding.py
changeset 5890 141b935a38fc
parent 5715 2c3e83817a8e
parent 5886 00a78298d30d
child 5895 6a3f776292a5
equal deleted inserted replaced
5883:7a5f370c5be1 5890:141b935a38fc
    14 # details.
    14 # details.
    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 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    22 
    23 
    23 import re
    24 import re
    24 from urlparse import urljoin
    25 from urlparse import urljoin