summaryrefslogtreecommitdiff
path: root/tests/test_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_source.py')
-rw-r--r--tests/test_source.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_source.py b/tests/test_source.py
index abe2f695..e32ce1e8 100644
--- a/tests/test_source.py
+++ b/tests/test_source.py
@@ -91,9 +91,9 @@ class TestSource(unittest.TestCase):
class TestTimeout(unittest.TestCase):
- def test504337(self):
- timeout_source = glib.Timeout(20)
- idle_source = glib.Idle()
+ def test504337(self):
+ timeout_source = glib.Timeout(20)
+ idle_source = glib.Idle()
if __name__ == '__main__':