summaryrefslogtreecommitdiffstats
path: root/tests/test_thread.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-11 14:11:09 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-11 14:11:09 +0000
commitd775961664e4755481ef01c192ea8b8d27cf7567 (patch)
tree60beef30983edffbc29f74db19ef6163ee743f33 /tests/test_thread.py
parentbe8d076bbafd3bb5f26fa8716ff6e898b76b1d1a (diff)
downloadpygobject-d775961664e4755481ef01c192ea8b8d27cf7567.tar.gz
pygobject-d775961664e4755481ef01c192ea8b8d27cf7567.tar.xz
pygobject-d775961664e4755481ef01c192ea8b8d27cf7567.zip
reindent
Diffstat (limited to 'tests/test_thread.py')
-rw-r--r--tests/test_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_thread.py b/tests/test_thread.py
index 231930f..f1ec01a 100644
--- a/tests/test_thread.py
+++ b/tests/test_thread.py
@@ -9,7 +9,7 @@ class TestThread(unittest.TestCase):
assert test == self.obj
assert int(enum) == 0
assert type(enum) != int
-
+
def idle_cb(self):
self.obj = testhelper.get_test_thread()
self.obj.connect('from-thread', self.from_thread_cb)