Author: ArcRiley
Date: 2009-01-17 15:14:00 -0500 (Sat, 17 Jan 2009)
New Revision: 1487

Added:
   trunk/concordance/src/__init__.py
Removed:
   trunk/concordance/scripts/
Modified:
   trunk/concordance/setup.py
Log:
consolidating scripts and src directories


Modified: trunk/concordance/setup.py
===================================================================
--- trunk/concordance/setup.py  2009-01-17 19:56:16 UTC (rev 1486)
+++ trunk/concordance/setup.py  2009-01-17 20:14:00 UTC (rev 1487)
@@ -78,7 +78,7 @@
   # Package settings
   #
   packages         = ['concordance'],
-  package_dir      = {'concordance' : 'scripts'},
+  package_dir      = {'concordance' : 'src'},
   #
   #############################################################################
   #

Copied: trunk/concordance/src/__init__.py (from rev 1486, 
trunk/concordance/scripts/__init__.py)
===================================================================
--- trunk/concordance/src/__init__.py                           (rev 0)
+++ trunk/concordance/src/__init__.py   2009-01-17 20:14:00 UTC (rev 1487)
@@ -0,0 +1,26 @@
+''' Concordance XMPP Service Framework '''
+
+__credits__ = '''Copyright (C) 2009 Copyleft Games Group
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published
+    by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program; if not, see http://www.gnu.org/licenses
+'''
+__author__  = 'Copyleft Games Group'
+__date__    = 'Last change on '+ \
+              '$Date$'[7:-20]+ \
+              'by '+'$Author$'[9:-2]
+__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
+
+
+from concordance._core import Core, Session      # temporary
+from concordance import services


Property changes on: trunk/concordance/src/__init__.py
___________________________________________________________________
Added: svn:keywords
   + Author Date Rev
Added: svn:mergeinfo
   + 

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to