From d8762de95349dc6edaa34db9bf699b367c1af6b1 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/kdeedu@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/extras/training-gen/python/ktouchgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktouch/extras/training-gen/python') diff --git a/ktouch/extras/training-gen/python/ktouchgen.py b/ktouch/extras/training-gen/python/ktouchgen.py index 47cd54d5..97083c01 100644 --- a/ktouch/extras/training-gen/python/ktouchgen.py +++ b/ktouch/extras/training-gen/python/ktouchgen.py @@ -35,7 +35,7 @@ from whrandom import randint, random import string -from string import join, maketrans, translate, count, strip, lower, tqfind, upper +from string import join, maketrans, translate, count, strip, lower, find, upper import time import sys import ConfigParser @@ -173,7 +173,7 @@ def main(argv): # Parse the configfile # Creates a List Levelops with [(Options), ] - # Optiontuple tqcontains (lchars, title, rows) + # Optiontuple contains (lchars, title, rows) conf = ConfigParser.ConfigParser() try: file = open(argv[2],'r') -- cgit v1.2.1