mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-04-19 04:13:32 +02:00
Imports for new database handle.
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
"""
|
||||
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user