[pygobject] tests/test_properties.py: Fix whitespace
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] tests/test_properties.py: Fix whitespace
- Date: Fri, 1 Jun 2012 06:19:13 +0000 (UTC)
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]