fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor fixed to README.
[librarian.git]
/
librarian
/
__init__.py
diff --git
a/librarian/__init__.py
b/librarian/__init__.py
old mode 100755
(executable)
new mode 100644
(file)
index
34c493b
..
582ee98
--- a/
librarian/__init__.py
+++ b/
librarian/__init__.py
@@
-117,12
+117,8
@@
def serialize_raw(element):
return b
-from wl_light import serialize_nl
-
-
SERIALIZERS = {
'raw': serialize_raw,
- 'nl': serialize_nl,
}
def serialize_children(element, format='raw'):