Revision: 3
Author: anseljh
Date: 2006-04-10 20:46:03 -0700 (Mon, 10 Apr 2006)
ViewCVS: http://svn.sourceforge.net/pyple/?rev=3&view=rev
Log Message:
-----------
removed some old comments and made svn:keywords plain
Modified Paths:
--------------
src/PyPLE.py
Modified: src/PyPLE.py
===================================================================
--- src/PyPLE.py 2006-04-11 03:41:49 UTC (rev 2)
+++ src/PyPLE.py 2006-04-11 03:46:03 UTC (rev 3)
@@ -47,20 +47,11 @@
# #BUG: Identified bug
# #NOTE: Note by author
-#TODO: Should it be called something else? Ideas:
-# PyPLE: Python Persistent Logic Engine
-# PYLE: Python Logic Engine
-# PYSLE: Python Simple Logic Engine
-# PYRE: Python Rules Engine
-
-__revision__ = "$Id: SpamScalpelServer.py 52 2006-03-10 05:35:58Z anseljh $"
-__author__ = 'Ansel Halliburton (pyple at anseljh dot com)'
-#TODO: set up py...@an...
-__date__ = '$Date: 2006-03-09 21:35:58 -0800 (Thu, 09 Mar 2006) $'.split()[1].replace('/', '-')
+__revision__ = "$Id$"
+__author__ = 'Ansel Halliburton (anseljh at users dot sourceforge dot net)'
+__date__ = '$Date$'.split()[1].replace('/', '-')
__version__ = '$Revision$'
-__release__ = (0,1,0,'alpha',0)
-#TODO: check into SVN to update these
-#TODO: add SVN keywords (svn:keywords)
+__release__ = (0,0,1,'alpha',0)
PYPLE_TAGLINE = "PyPLE (say \"pipple\") -- the Python Persistent Logic Engine"
PYPLE_COPYRIGHT = "Copyright (c) 2006 Ansel Halliburton. All rights reserved."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|