[pygobject] tests/test_properties.py: Fix whitespace



commit b965ee15bac6cd28d16d32205d96d2b1bdd3f0e1
Author: Martin Pitt <martinpitt gnome org>
Date:   Fri Jun 1 08:18:40 2012 +0200

    tests/test_properties.py: Fix whitespace
    
    The pep8 check failed on this.

 tests/test_properties.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_properties.py b/tests/test_properties.py
index 6df7f4d..f006691 100644
--- a/tests/test_properties.py
+++ b/tests/test_properties.py
@@ -5,7 +5,7 @@ import struct
 import unittest
 
 from gi.repository import GObject
-from  gi.repository.GObject import GType, new, PARAM_READWRITE, \
+from gi.repository.GObject import GType, new, PARAM_READWRITE, \
      PARAM_CONSTRUCT, PARAM_READABLE, PARAM_WRITABLE, PARAM_CONSTRUCT_ONLY
 from gi.repository.GObject import \
      TYPE_INT, TYPE_UINT, TYPE_LONG, TYPE_ULONG, TYPE_INT64, \



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