GEPS008: Moved Spell module

svn: r19802
This commit is contained in:
Nick Hall 2012-06-08 21:07:24 +00:00
parent d13b4e585d
commit 5f7c31eae8
5 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,6 @@ src/const.py
src/gramps.py
src/LdsUtils.py
src/PlaceUtils.py
src/Spell.py
src/ToolTips.py
src/TransUtils.py
src/Utils.py
@ -338,6 +337,7 @@ src/gui/displaystate.py
src/gui/grampsbar.py
src/gui/grampsgui.py
src/gui/makefilter.py
src/gui/spell.py
src/gui/tipofday.py
src/gui/undohistory.py
src/gui/utils.py

View File

@ -21,7 +21,6 @@ gdir_PYTHON = \
ImgManip.py\
LdsUtils.py \
MacTransUtils.py\
Spell.py\
ToolTips.py\
TransUtils.py\
TreeTips.py\

View File

@ -39,6 +39,7 @@ pkgpython_PYTHON = \
managedwindow.py \
navigator.py \
pluginmanager.py \
spell.py \
thumbnails.py \
tipofday.py \
undohistory.py \

View File

@ -57,7 +57,7 @@ from gui.widgets.undoablestyledbuffer import UndoableStyledBuffer
from gui.widgets.valueaction import ValueAction
from gui.widgets.toolcomboentry import ToolComboEntry
from gui.widgets.springseparator import SpringSeparatorAction
from Spell import Spell
from gui.spell import Spell
from gui.display import display_url
import config
from constfunc import has_display