summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-11-05 10:55:59 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-11-05 10:55:59 +0000
commit58dac3b05024318602c0fe6a915c421d7c341c5f (patch)
treece270549cbdfd14b9ac1f95fd9233f0191bac106 /python
parentc6b02e65a8c39f89ebcbd344e2ec3258de78f83e (diff)
downloadlasso-58dac3b05024318602c0fe6a915c421d7c341c5f.tar.gz
lasso-58dac3b05024318602c0fe6a915c421d7c341c5f.tar.xz
lasso-58dac3b05024318602c0fe6a915c421d7c341c5f.zip
removed a useless tab
Diffstat (limited to 'python')
-rwxr-xr-xpython/tests/idwsf1_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/idwsf1_tests.py b/python/tests/idwsf1_tests.py
index c8c10622..5a0214fd 100755
--- a/python/tests/idwsf1_tests.py
+++ b/python/tests/idwsf1_tests.py
@@ -246,7 +246,7 @@ class IdWsf1TestCase(unittest.TestCase):
self.failUnless(wsp_service.resourceData == new_full_data)
wsc_service.processModifyResponseMsg(wsp_service.msgBody)
-
+
idWsf1Suite = unittest.makeSuite(IdWsf1TestCase, 'test')