diff --git a/pixelocr/gui/glypheditor.py b/pixelocr/gui/glyphdbedit.py similarity index 100% rename from pixelocr/gui/glypheditor.py rename to pixelocr/gui/glyphdbedit.py diff --git a/pixelocr/gui/window.py b/pixelocr/gui/window.py index bb06eba..bc05a04 100644 --- a/pixelocr/gui/window.py +++ b/pixelocr/gui/window.py @@ -34,7 +34,7 @@ from PyQt4.QtGui import ( from .pageview import PageScene, PageView from .glyphedit import GlyphEdit -from .glypheditor import GlyphDBEdit +from .glyphdbedit import GlyphDBEdit class MainWindow(QMainWindow):