[Pli-devel] pli-devel/pli/tags path.py,1.5,1.6 tag.py,1.16,1.17
Status: Pre-Alpha
Brought to you by:
alex_nanou
|
From: Alex A. N. <ale...@us...> - 2008-03-09 10:26:02
|
Update of /cvsroot/pli/pli-devel/pli/tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19803/pli/tags Modified Files: path.py tag.py Log Message: Index: tag.py =================================================================== RCS file: /cvsroot/pli/pli-devel/pli/tags/tag.py,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tag.py 8 Mar 2008 15:57:11 -0000 1.16 --- tag.py 9 Mar 2008 10:26:05 -0000 1.17 *************** *** 2,6 **** __version__ = '''0.0.01''' ! __sub_version__ = '''20080307153553''' __copyright__ = '''(c) Alex A. Naanou 2007''' --- 2,6 ---- __version__ = '''0.0.01''' ! __sub_version__ = '''20080308225241''' __copyright__ = '''(c) Alex A. Naanou 2007''' *************** *** 100,104 **** here directly. ''' - ##!!! is this pretty? __tag_engine__ = tags --- 100,103 ---- Index: path.py =================================================================== RCS file: /cvsroot/pli/pli-devel/pli/tags/path.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** path.py 2 Feb 2008 18:04:34 -0000 1.5 --- path.py 9 Mar 2008 10:26:05 -0000 1.6 *************** *** 2,7 **** __version__ = '''0.0.01''' ! __sub_version__ = '''20080128022740''' ! __copyright__ = '''(c) Alex A. Naanou 2003''' --- 2,7 ---- __version__ = '''0.0.01''' ! __sub_version__ = '''20080309024328''' ! __copyright__ = '''(c) Alex A. Naanou 2007-''' *************** *** 30,34 **** ##!!!!!! ## if name in ('__getstate__', '__setstate__', '__reduce__', '__reduce_ex__', '__slots__'): - ## ##!!! what should we do here??? ## return object.__getattribute__(self._root, name) return self.__class__(self._root, self._path + (name,), self._callback, self._verify) --- 30,33 ---- |