mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Python 2.5 compatibility
This commit is contained in:
parent
b91c813966
commit
febfb239fb
5 changed files with 160 additions and 10 deletions
pokedex
|
@ -1,5 +1,4 @@
|
|||
# encoding: utf8
|
||||
from collections import namedtuple
|
||||
import os, os.path
|
||||
import random
|
||||
import re
|
||||
|
@ -15,6 +14,8 @@ from whoosh.qparser import QueryParser
|
|||
import whoosh.scoring
|
||||
import whoosh.spelling
|
||||
|
||||
from pokedex.util import namedtuple
|
||||
|
||||
from pokedex.db import connect
|
||||
import pokedex.db.tables as tables
|
||||
from pokedex.roomaji import romanize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue