Revision fe267188 lib/serializer.py

b/lib/serializer.py
24 24
backend (currently json).
25 25

  
26 26
"""
27
# pylint: disable-msg=C0103
28

  
29
# C0103: Invalid name, since pylint doesn't see that Dump points to a
30
# function and not a constant
27 31

  
28 32
import simplejson
29 33
import re

Also available in: Unified diff