Author: ArcRiley
Date: 2009-01-18 03:07:12 -0500 (Sun, 18 Jan 2009)
New Revision: 1491

Modified:
   trunk/concordance/src/__init__.py
Log:
Namespace cleanup, some work on license and comments


Modified: trunk/concordance/src/__init__.py
===================================================================
--- trunk/concordance/src/__init__.py   2009-01-18 07:34:57 UTC (rev 1490)
+++ trunk/concordance/src/__init__.py   2009-01-18 08:07:12 UTC (rev 1491)
@@ -2,18 +2,18 @@
 
 __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 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.
+  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
+  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 '+ \
@@ -22,5 +22,7 @@
 __version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
 
 
-from concordance import _core
+from concordance import _core                    # Workaround for setuptools
 from concordance import services
+
+del(_core)                                       # Clean up namespace

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

Reply via email to