From 330c33ab6f97b279737bf9527c9add7bb1475450 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/python/kde_pydoc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'languages/python/kde_pydoc.py') diff --git a/languages/python/kde_pydoc.py b/languages/python/kde_pydoc.py index eb7c6b44..0516f172 100755 --- a/languages/python/kde_pydoc.py +++ b/languages/python/kde_pydoc.py @@ -7,7 +7,7 @@ __version__ = "6 April 2006" import sys, imp, os, stat, re, types, cgi from repr import Repr -from string import expandtabs, tqfind, join, lower, split, strip, rstrip +from string import expandtabs, find, join, lower, split, strip, rstrip import pydoc @@ -16,19 +16,19 @@ import pydoc def cleanlinks(string): """Changes the links to work with the pydoc:-notation""" finalstring = "" - string = str(string).tqreplace(".html","") + string = str(string).replace(".html","") pos = 0 mark = "