Changeset 234 for branches/mbutscher/work/lib/pwiki/DocPages.py
- Timestamp:
- 01/09/11 19:37:51 (2 years ago)
- Files:
-
- 1 modified
-
branches/mbutscher/work/lib/pwiki/DocPages.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mbutscher/work/lib/pwiki/DocPages.py
r230 r234 1 1 from __future__ import with_statement 2 3 # import profilehooks 4 # profile = profilehooks.profile(filename="profile.prf", immediate=False) 2 ## import profilehooks 3 ## profile = profilehooks.profile(filename="profile.prf", immediate=False) 5 4 6 5 … … 27 26 28 27 import Serialization 29 # from Serialization import SerializeStream30 28 31 29 … … 1736 1734 return valid 1737 1735 1738 1736 1739 1737 def putIntoSearchIndex(self, threadstop=DUMBTHREADSTOP): 1740 1738 """ 1741 Add or update the reverseindex for the given docPage1739 Add or update the index for the given docPage 1742 1740 """ 1743 1741 with self.textOperationLock:
