[POS-commit] r89 - stoqlib/stoqlib/interface
Henrique Romano
henrique at async.com.br
Wed Mar 9 10:00:06 BRT 2005
Author: henrique
Date: 2005-03-09 10:00:05 -0300 (Wed, 09 Mar 2005)
New Revision: 89
Added:
stoqlib/stoqlib/interface/slaves.py
Log:
one more module for basic dialogs implementation
Added: stoqlib/stoqlib/interface/slaves.py
===================================================================
--- stoqlib/stoqlib/interface/slaves.py 2005-03-09 12:48:45 UTC (rev 88)
+++ stoqlib/stoqlib/interface/slaves.py 2005-03-09 13:00:05 UTC (rev 89)
@@ -0,0 +1,28 @@
+# -*- Mode: Python; coding: iso-8859-1 -*-
+# vi:si:et:sw=4:sts=4:ts=4
+
+##
+## Copyright (C) 2004 Async Open Source <http://www.async.com.br>
+## All rights reserved
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+## USA.
+##
+"""
+interface/slaves.py:
+
+ Implementation of slaves for basic dialogs
+"""
+
More information about the POS-commit
mailing list