utils.py
changeset 6047 ee6deb534f57
parent 6044 9e48ebd5400c
child 6067 efca814587e2
child 6134 272cfcc10a28
equal deleted inserted replaced
6041:31776723c0c5 6047:ee6deb534f57
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """Some utilities for CubicWeb server/clients.
    18 """Some utilities for CubicWeb server/clients."""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import os
    22 import os
    24 import sys
    23 import sys
    25 import decimal
    24 import decimal