fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added "merge_url" to document meta-data.
[redakcja.git]
/
apps
/
api
/
utils.py
diff --git
a/apps/api/utils.py
b/apps/api/utils.py
index
a52e555
..
93e54be
100644
(file)
--- a/
apps/api/utils.py
+++ b/
apps/api/utils.py
@@
-53,8
+53,5
@@
def hglibrary(func):
l = MercurialLibrary(settings.REPOSITORY_PATH)
kwargs['lib'] = l
return func(self, *args, **kwargs)
- return decorated
-
-
-
+ return decorated