fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lesmianator back on main
[wolnelektury.git]
/
apps
/
lesmianator
/
views.py
diff --git
a/apps/lesmianator/views.py
b/apps/lesmianator/views.py
index
2761ae5
..
8936772
100644
(file)
--- a/
apps/lesmianator/views.py
+++ b/
apps/lesmianator/views.py
@@
-1,6
+1,6
@@
# Create your views here.
# Create your views here.
-import
p
ickle
+import
cP
ickle
from django.shortcuts import render_to_response
from django.template import RequestContext
from random import randint
from django.shortcuts import render_to_response
from django.template import RequestContext
from random import randint
@@
-23,7
+23,7
@@
def _choose_word(word):
# load dictionary on start, it won't change
try:
f = open(os.path.join(os.path.dirname(__file__), 'dictionary.p'))
# load dictionary on start, it won't change
try:
f = open(os.path.join(os.path.dirname(__file__), 'dictionary.p'))
- _dictionary =
p
ickle.load(f)
+ _dictionary =
cP
ickle.load(f)
except:
_dictionary = {}
except:
_dictionary = {}