mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
Imports for new database handle.
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
"""
|
"""
|
||||||
from gtkmvc import Model
|
from gtkmvc import Model
|
||||||
|
|
||||||
|
from pygtktalog.dbobjects import File, Exif, Group, Gthumb
|
||||||
|
from pygtktalog.dbobjects import Image, Tag, Thumbnail
|
||||||
|
from pygtktalog.dbcommon import connect, Meta
|
||||||
|
|
||||||
|
|
||||||
class MainModel(Model):
|
class MainModel(Model):
|
||||||
status_bar_message = _("Idle")
|
status_bar_message = _("Idle")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user