
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>

ǁaWc           @   sZ   d  Z  d d l m Z m Z m Z m Z m Z d d l m Z m	 Z	 m
 Z
 d Z e Z d S(   s\  
    CSS Selectors based on XPath
    ============================

    This module supports selecting XML/HTML elements based on CSS selectors.
    See the `CSSSelector` class for details.


    :copyright: (c) 2007-2012 Ian Bicking and contributors.
                See AUTHORS for more details.
    :license: BSD, see LICENSE for more details.

i(   t   parset   Selectort   FunctionalPseudoElementt   SelectorErrort   SelectorSyntaxError(   t   GenericTranslatort   HTMLTranslatort   ExpressionErrors   0.9.2N(   t   __doc__t   cssselect.parserR    R   R   R   R   t   cssselect.xpathR   R   R   t   VERSIONt   __version__(    (    (    s6   /usr/lib/python2.7/site-packages/cssselect/__init__.pyt   <module>   s   (