summaryrefslogtreecommitdiff
path: root/tests/test_source.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2012-03-22 10:38:59 -0300
committerJohan Dahlin <jdahlin@litl.com>2012-03-22 11:16:45 -0300
commit725483a5dc36739dc7836716b5d6d48091564bf8 (patch)
tree5de6a9559febf83cf8119b4673257aa6d3b5570d /tests/test_source.py
parent917275d4aa81db39ccaca34fa514032fb80a3187 (diff)
downloadpygobject-725483a5dc36739dc7836716b5d6d48091564bf8.tar.gz
PEP8: run via --fix from craigds fork
https://bugzilla.gnome.org/show_bug.cgi?id=672627
Diffstat (limited to 'tests/test_source.py')
-rw-r--r--tests/test_source.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_source.py b/tests/test_source.py
index 3dc9c5fd..85362adf 100644
--- a/tests/test_source.py
+++ b/tests/test_source.py
@@ -4,6 +4,7 @@ import unittest
from gi.repository import GLib
+
class Idle(GLib.Idle):
def __init__(self, loop):
GLib.Idle.__init__(self)