Author: ArcRiley
Date: 2007-07-04 16:32:03 -0400 (Wed, 04 Jul 2007)
New Revision: 347

Added:
   trunk/pysoy/src/storage/soy.transports.pyx
Removed:
   trunk/pysoy/src/storage/soy.storage.pyx
Log:
more moving


Deleted: trunk/pysoy/src/storage/soy.storage.pyx
===================================================================
--- trunk/pysoy/src/storage/soy.storage.pyx     2007-07-04 20:31:29 UTC (rev 
346)
+++ trunk/pysoy/src/storage/soy.storage.pyx     2007-07-04 20:32:03 UTC (rev 
347)
@@ -1,27 +0,0 @@
-'''Storage
-
-   These classes are used to load and save PySoy data over various mediums
-'''
-__credits__ = '''Copyright (C) 2007 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__  = '''Maintained by ArcRiley'''
-__date__    = 'Last change on '+ \
-              '$Date$'[7:-20]+ \
-              'by '+'$Author$'[9:-2]
-__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
-
-include "File.pxi"
-include "Soy.pxi"

Copied: trunk/pysoy/src/storage/soy.transports.pyx (from rev 346, 
trunk/pysoy/src/storage/soy.storage.pyx)
===================================================================
--- trunk/pysoy/src/storage/soy.transports.pyx                          (rev 0)
+++ trunk/pysoy/src/storage/soy.transports.pyx  2007-07-04 20:32:03 UTC (rev 
347)
@@ -0,0 +1,27 @@
+'''Storage
+
+   These classes are used to load and save PySoy data over various mediums
+'''
+__credits__ = '''Copyright (C) 2007 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__  = '''Maintained by ArcRiley'''
+__date__    = 'Last change on '+ \
+              '$Date$'[7:-20]+ \
+              'by '+'$Author$'[9:-2]
+__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')'
+
+include "Transport.pxi"
+include "File.pxi"

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to