[Pypt-offline-general] SF.net SVN: pypt-offline: [108] trunk
Status: Beta
Brought to you by:
riteshsarraf
|
From: <rit...@us...> - 2006-12-29 18:26:57
|
Revision: 108
http://svn.sourceforge.net/pypt-offline/?rev=108&view=rev
Author: riteshsarraf
Date: 2006-12-29 10:26:58 -0800 (Fri, 29 Dec 2006)
Log Message:
-----------
Workarounds
Added Paths:
-----------
trunk/pypt-offline
Removed Paths:
-------------
trunk/pypt-offline.sh
Copied: trunk/pypt-offline (from rev 106, trunk/pypt-offline.sh)
===================================================================
--- trunk/pypt-offline (rev 0)
+++ trunk/pypt-offline 2006-12-29 18:26:58 UTC (rev 108)
@@ -0,0 +1,28 @@
+#!/usr/bin/env python
+# pypt-offline.py
+#
+############################################################################
+# Copyright (C) 2005, 2006 Ritesh Raj Sarraf #
+# rr...@re... #
+# #
+# 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 2 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, write to the #
+# Free Software F[-d] [-s] [-u]oundation, Inc., #
+# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
+############################################################################
+
+
+from pypt_core import main
+
+if __name__ == "__main__":
+ main()
Deleted: trunk/pypt-offline.sh
===================================================================
--- trunk/pypt-offline.sh 2006-12-29 18:25:31 UTC (rev 107)
+++ trunk/pypt-offline.sh 2006-12-29 18:26:58 UTC (rev 108)
@@ -1,28 +0,0 @@
-#!/usr/bin/env python
-# pypt-offline.py
-#
-############################################################################
-# Copyright (C) 2005, 2006 Ritesh Raj Sarraf #
-# rr...@re... #
-# #
-# 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 2 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, write to the #
-# Free Software F[-d] [-s] [-u]oundation, Inc., #
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
-############################################################################
-
-
-from pypt_core import main
-
-if __name__ == "__main__":
- main()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|