aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-09-16 11:58:26 +0300
committerGergely Risko <gergely+context@risko.hu>2009-09-16 11:58:26 +0300
commitb0332b81416440d754d736ac898a7d2d3e7d4d7b (patch)
tree02e75c2c120e6784f72a3537bb52d8f4fa46c452 /libcontextsubscriber
parentcc47f435176bf7c1dd74b6b7bee5f299cd178f1a (diff)
Cleanup.
Diffstat (limited to 'libcontextsubscriber')
-rwxr-xr-xlibcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
index e2da172b..70a04149 100755
--- a/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
+++ b/libcontextsubscriber/customer-tests/pluginchanging/pluginchanging.py
@@ -56,8 +56,6 @@ class Subscription(unittest.TestCase):
self.context_client = Popen(["context-listen","Test.Time"],stdin=PIPE,stdout=PIPE,stderr=PIPE)
def tearDown(self):
- print "tear down"
-
proc_kill(self.context_client.pid)
os.remove('time.context')
os.system('rm libcontextsubscribertime*.so*')