~fioan89/slidewall/slidewall

« back to all changes in this revision

Viewing changes to slidewall_lib/AboutDialog.py

  • Committer: Faur Ioan-Aurel
  • Date: 2012-10-26 19:12:18 UTC
  • Revision ID: fioan89@gmail.com-20121026191218-hz96j103887xecjc
commit before release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from gi.repository import Gtk # pylint: disable=E0611
18
18
 
19
 
from . helpers import get_builder
 
19
from .helpers import get_builder
20
20
 
21
21
class AboutDialog(Gtk.AboutDialog):
22
22
    __gtype_name__ = "AboutDialog"