[pygobject] gi/__init__.py: Pacify pep8 style checker



commit 83ff5938612d37d52f112867a472777dd6786d69
Author: Colin Walters <walters verbum org>
Date:   Sat Oct 27 12:22:53 2012 -0400

    gi/__init__.py: Pacify pep8 style checker
    
    It was complaining about finding only 1 blank line.  Regression
    likely introduced by f976d05b.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686991

 gi/__init__.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gi/__init__.py b/gi/__init__.py
index d4cdcaa..70a4917 100644
--- a/gi/__init__.py
+++ b/gi/__init__.py
@@ -82,6 +82,7 @@ def require_version(namespace, version):
 def get_required_version(namespace):
     return _versions.get(namespace, None)
 
+
 # note, DeprecationWarning would be more suitable as a base, but this
 # unhelpfully isn't shown by default and thus useless
 class PyGIDeprecationWarning(RuntimeWarning):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]