utils.py
changeset 10067 16c554c76eb4
parent 10004 acad42456767
child 10090 0aebb1c0f849
equal deleted inserted replaced
10066:313ce53a7232 10067:16c554c76eb4
    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 from __future__ import division, with_statement
    20 from __future__ import division
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 
    23 
    24 import sys
    24 import sys
    25 import decimal
    25 import decimal