[PATCH evemu 04/19] tests: Replace tab with spaces
Daniel Martin
consume.noise at gmail.com
Mon Jan 6 09:38:04 PST 2014
Signed-off-by: Daniel Martin <consume.noise at gmail.com>
---
python/evemu/tests/test_device.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/evemu/tests/test_device.py b/python/evemu/tests/test_device.py
index e942af9..81d5a00 100644
--- a/python/evemu/tests/test_device.py
+++ b/python/evemu/tests/test_device.py
@@ -79,7 +79,7 @@ class DeviceActionTestCase(testcase.BaseTestCase):
"""
# Get original description
with open(self.get_device_file()) as f:
- data = strip_comments(f.readlines())
+ data = strip_comments(f.readlines())
# Create a pseudo device with that description
d = evemu.Device(self.get_device_file())
--
1.8.5.2
More information about the Input-tools
mailing list