aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-11-05 08:42:02 +0200
committerGergely Risko <gergely+context@risko.hu>2009-11-05 08:42:02 +0200
commit4603d5059625e064cbeb7adc7733f333c7ca1416 (patch)
tree0f5be9601c68244999271bd5df1845bb9e9aaa1b /libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
parentefa81d1385ee2f9025cebf04b728d061667f5da8 (diff)
renamed cltool2.py -> cltool.py
Diffstat (limited to 'libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
index 3ddd5047..925a1812 100755
--- a/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
+++ b/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
@@ -31,7 +31,7 @@ import re
import sys
import os
import unittest
-from ContextKit.cltool2 import CLTool, wanted
+from ContextKit.cltool import CLTool, wanted
class RapidChanges(unittest.TestCase):
def testRapidChanges(self):