Author: JonNeal
Date: 2008-02-26 21:11:06 -0500 (Tue, 26 Feb 2008)
New Revision: 1001

Added:
   trunk/pysoy/scripts/exceptions.py
Log:
Added soy.exceptions stub.


Added: trunk/pysoy/scripts/exceptions.py
===================================================================
--- trunk/pysoy/scripts/exceptions.py                           (rev 0)
+++ trunk/pysoy/scripts/exceptions.py   2008-02-27 02:11:06 UTC (rev 1001)
@@ -0,0 +1,24 @@
+#!/usr/bin/env python
+
+''' Exceptions  
+'''
+__credits__ = '''Copyright (C) 2006,2007,2008 PySoy Group
+
+    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 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, see http://www.gnu.org/licenses
+'''
+__author__  = 'PySoy Group'
+__date__    = 'Last change on '+ \
+              '$Date: 2008-02-15 03:16:28 -0500 (Fri, 15 Feb 2008) $'[7:-20]+ \
+              'by '+'$Author: ArcRiley $'[9:-2]
+__version__ = 'Trunk (r'+'$Rev: 898 $'[6:-2]+')'

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

Reply via email to