fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f931a5a
)
attach thread before using jvm
author
Marcin Koziej
<marcin@lolownia.org>
Sat, 17 Mar 2012 14:49:02 +0000
(15:49 +0100)
committer
Marcin Koziej
<marcin@lolownia.org>
Sat, 17 Mar 2012 14:49:02 +0000
(15:49 +0100)
apps/search/views.py
patch
|
blob
|
history
diff --git
a/apps/search/views.py
b/apps/search/views.py
index
4db4bb8
..
2945c42
100644
(file)
--- a/
apps/search/views.py
+++ b/
apps/search/views.py
@@
-51,6
+51,7
@@
def did_you_mean(query, tokens):
return query
return query
+JVM.attachCurrentThread()
search = Search()
def hint(request):
search = Search()
def hint(request):