projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd70b19
)
Added whoosh and sqlite files to .gitignore.
author
Eevee
<git@veekun.com>
Mon, 24 Aug 2009 03:46:21 +0000
(20:46 -0700)
committer
Eevee
<git@veekun.com>
Mon, 24 Aug 2009 03:46:21 +0000
(20:46 -0700)
.gitignore
patch
|
blob
|
history
pokedex/lookup.py
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
7f68c58
..
a950e86
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,3
+4,6
@@
*.swp
*.egg-info
+
+pokedex.sqlite
+whoosh-index
diff --git
a/pokedex/lookup.py
b/pokedex/lookup.py
index
51bbc4e
..
09c0a22
100644
(file)
--- a/
pokedex/lookup.py
+++ b/
pokedex/lookup.py
@@
-53,7
+53,7
@@
def open_index(directory=None, session=None, recreate=False):
# Defaults
if not directory:
directory = pkg_resources.resource_filename('pokedex',
- 'data/whoosh
_
index')
+ 'data/whoosh
-
index')
if not session:
session = connect()