summaryrefslogtreecommitdiff
path: root/examples/properties.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 /examples/properties.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 'examples/properties.py')
-rw-r--r--examples/properties.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/properties.py b/examples/properties.py
index eebfb163..465b3c3c 100644
--- a/examples/properties.py
+++ b/examples/properties.py
@@ -1,5 +1,6 @@
from gi.repository import GObject
+
class MyObject(GObject.GObject):
foo = GObject.Property(type=str, default='bar')