src/pyams_utils/__init__.py
branchdoc-dc
changeset 252 05af55de9eab
parent 12 88e572df4a82
child 253 146a0deffad8
equal deleted inserted replaced
164:07d7bca9e2af 252:05af55de9eab
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
    12 
    12 """
       
    13 PyAMS utilities
       
    14 ===============
       
    15 """
    13 __docformat__ = 'restructuredtext'
    16 __docformat__ = 'restructuredtext'
    14 
    17 
    15 
    18 
    16 # import standard library
    19 # import standard library
    17 
    20