Commit c471c09e authored by Administrator's avatar Administrator

[FIX] ENCODING no accents in comments please for international developers.

parent e6a3a172
......@@ -99,7 +99,7 @@ class Node(CTENode):
# only for tests
resource = Resource(guid=str(time()), digest=str(time()), **kwargs )
# TODO: vérifier si tous ces 'save' sont réellement utiles
# TODO: verifier si tous ces 'save' sont reellement utiles
resource.save()
node_resource = Node_Resource(
node = self,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment