1
0
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:
2009-08-26 20:18:09 +00:00
parent 20501fcf54
commit 58c0c1ecdc

View File

@@ -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",)