Author: dmeyer Date: Wed Nov 29 17:21:45 2006 New Revision: 2117 Added: trunk/base/src/distribution/__init__.py
Log: add missing __init__.py Added: trunk/base/src/distribution/__init__.py ============================================================================== --- (empty file) +++ trunk/base/src/distribution/__init__.py Wed Nov 29 17:21:45 2006 @@ -0,0 +1,31 @@ +# -*- coding: iso-8859-1 -*- +# ----------------------------------------------------------------------------- +# core.py - distutils functions for kaa packages +# ----------------------------------------------------------------------------- +# $Id: distribution.py 2110 2006-11-29 00:41:31Z tack $ +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2006 Dirk Meyer, Jason Tackaberry +# +# First Edition: Dirk Meyer <[EMAIL PROTECTED]> +# Maintainer: Dirk Meyer <[EMAIL PROTECTED]> +# +# Please see the file AUTHORS for a complete list of authors. +# +# This library is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version +# 2.1 as published by the Free Software Foundation. +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA +# +# ----------------------------------------------------------------------------- + +from core import * ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
