summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/windows/__init__.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-18 19:18:22 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-18 19:18:22 +0100
commit045852491ba5330d8c4a63b0c6e443d6e073f2be (patch)
tree1efec1972ba01dd8c7f6613b986cfcf093ae1241 /portato/gui/gtk/windows/__init__.py
parent6ac3ab0f0e625e8cad02ab6291635e6f2180fe50 (diff)
downloadportato-045852491ba5330d8c4a63b0c6e443d6e073f2be.tar.gz
portato-045852491ba5330d8c4a63b0c6e443d6e073f2be.tar.bz2
portato-045852491ba5330d8c4a63b0c6e443d6e073f2be.zip
Splitted windows.py
Diffstat (limited to '')
-rw-r--r--portato/gui/gtk/windows/__init__.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/portato/gui/gtk/windows/__init__.py b/portato/gui/gtk/windows/__init__.py
new file mode 100644
index 0000000..0107937
--- /dev/null
+++ b/portato/gui/gtk/windows/__init__.py
@@ -0,0 +1,15 @@
+# -*- coding: utf-8 -*-
+#
+# File: portato/gui/gtk/windows/__init__.py
+# This file is part of the Portato-Project, a graphical portage-frontend.
+#
+# Copyright (C) 2008 René 'Necoro' Neumann
+# This is free software. You may redistribute copies of it under the terms of
+# the GNU General Public License version 2.
+# There is NO WARRANTY, to the extent permitted by law.
+#
+# Written by René 'Necoro' Neumann <necoro@necoro.net>
+
+from __future__ import absolute_import
+
+from .main import MainWindow