Ignore:
Timestamp:
1 Jul 2015, 21:01:34 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r13125 r13132  
    8282    """
    8383    grok.implements(IKofaUtils)
    84     # This the only place where we define the portal language
    85     # which is used for the translation of system messages
    86     # (e.g. object histories).
     84
     85    #: This the only place where we define the portal language
     86    #: which is used for the translation of system messages
     87    #: (e.g. object histories) pdf slips.
    8788    PORTAL_LANGUAGE = 'en'
    8889
     
    209210    #: Set positive number for allowed max, negative for required min
    210211    #: avail.
    211     #:
    212212    #: Use integer for bytes value, float for percent
    213213    #: value. `cpu-load`, of course, accepts float values only.
Note: See TracChangeset for help on using the changeset viewer.