[FIX] incorrect offsets in patchfile

This commit is contained in:
Xavier Morel 2014-04-14 15:02:50 +02:00
parent b9a1879a74
commit c5ba0a5818
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# HG changeset patch
# Parent c6916a09fd20a67c210369676c78f23704870c8e
# Parent 2edbac8244a982055a6786c14ee41719ea5410e8
diff --git a/__openerp__.py b/__openerp__.py
--- a/__openerp__.py

View File

@ -1,5 +1,5 @@
# HG changeset patch
# Parent f7adcd9a5a8e0dc1c7438f94dde2faefd6406a30
# Parent b82b9012736b3d8e0bc7f6325f47cb2fb86f475d
diff --git a/controllers/academy.py b/controllers/academy.py
--- a/controllers/academy.py
@ -13,7 +13,7 @@ diff --git a/controllers/academy.py b/controllers/academy.py
for i, ta in enumerate(teaching_assistants)
]
@@ -39,7 +39,7 @@ class academy(main.Home):
@@ -32,7 +32,7 @@ class academy(main.Home):
'tas': '\n'.join(tas)
}
@ -22,7 +22,7 @@ diff --git a/controllers/academy.py b/controllers/academy.py
def ta(self, id):
return """<!doctype html>
<html>
@@ -51,4 +51,4 @@ class academy(main.Home):
@@ -44,4 +44,4 @@ class academy(main.Home):
<h1>%(name)s</h1>
</body>
</html>