--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/UI/__init__.py Sat May 15 18:45:04 2021 +0200 @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2002 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the main user interface and general purpose dialogs. + +This package contains the main user interface and some general purpose +dialogs as well as dialogs not fitting the other more specific categories. +"""