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,7 +7,12 @@
|
||||
"""
|
||||
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):
|
||||
status_bar_message = _("Idle")
|
||||
|
||||
|
||||
__observables__ = ("status_bar_message",)
|
||||
|
||||
Reference in New Issue
Block a user