""" Project: pyGTKtalog Description: Initialization for main module - i18n and so. Type: core Author: Roman 'gryf' Dobosz, gryf73@gmail.com Created: 2009-05-05 """ __version__ = "3.0.0" __appname__ = "pyGTKtalog" __copyright__ = "\u00A9 Roman 'gryf' Dobosz" __summary__ = "%s is simple tool for managing file collections." % __appname__ __web__ = "http://github.com/gryf/pygtktalog" __all__ = ['dbcommon', 'dbobjects', 'dialogs', 'logger', 'misc']