summaryrefslogtreecommitdiffstats
path: root/girepository/module.py
diff options
context:
space:
mode:
authorSimon van der Linden <simon.vanderlinden@student.uclouvain.be>2009-06-08 19:15:24 +0200
committerSimon van der Linden <simon.vanderlinden@student.uclouvain.be>2009-06-08 19:15:24 +0200
commitfcc3cb0e167789746a1a9db0cba54ea7a97c7259 (patch)
tree89e614d3257cf836fcce931c97009543061ca04b /girepository/module.py
parentfb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0 (diff)
downloadpygobject-fcc3cb0e167789746a1a9db0cba54ea7a97c7259.tar.gz
pygobject-fcc3cb0e167789746a1a9db0cba54ea7a97c7259.tar.xz
pygobject-fcc3cb0e167789746a1a9db0cba54ea7a97c7259.zip
Fixes whitespaces style issues with girepository.
Diffstat (limited to 'girepository/module.py')
-rw-r--r--girepository/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/module.py b/girepository/module.py
index 2a87816..d05c9c0 100644
--- a/girepository/module.py
+++ b/girepository/module.py
@@ -94,7 +94,7 @@ class DynamicModule(object):
def _get_parent_for_object(self, object_info):
parent_info = object_info.getParent()
-
+
if isinstance(parent_info, UnresolvedInfo):
namespace = parent_info.getNamespace()
__import__(namespace)