summaryrefslogtreecommitdiffstats
path: root/tests/enum.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enum.py')
-rw-r--r--tests/enum.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/enum.py b/tests/enum.py
index c1665a8..11b73ea 100644
--- a/tests/enum.py
+++ b/tests/enum.py
@@ -24,7 +24,6 @@ class EnumTest(unittest.TestCase):
assert atk.LAYER_INVALID != atk.LAYER_BACKGROUND
def testWindowGetState(self):
- # Usage through properties/external methods
win = gtk.Window()
win.realize()