ó
–‰]c           @@  sJ   d  d l  m Z d  d l m Z d  d l m Z d e f d „  ƒ  YZ d S(   i    (   t   absolute_import(   t   Bool(   t   Serialisablet
   Protectionc           B@  s5   e  Z d  Z d Z e ƒ  Z e ƒ  Z e e d „ Z	 RS(   s%   Protection options for use in styles.t
   protectionc         C@  s   | |  _  | |  _ d  S(   N(   t   lockedt   hidden(   t   selfR   R   (    (    s9   lib/python2.7/site-packages/openpyxl/styles/protection.pyt   __init__   s    	(
   t   __name__t
   __module__t   __doc__t   tagnameR   R   R   t   Truet   FalseR   (    (    (    s9   lib/python2.7/site-packages/openpyxl/styles/protection.pyR      s
   		N(   t
   __future__R    t   openpyxl.descriptorsR   t!   openpyxl.descriptors.serialisableR   R   (    (    (    s9   lib/python2.7/site-packages/openpyxl/styles/protection.pyt   <module>   s   