From fb6e18271f6dff9d1c4ef9f19019634371559585 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 19 Jul 2004 10:14:25 +0000 Subject: Remove, out of date since 0.6.x! * description.py: Remove, out of date since 0.6.x! * tests/Makefile.am, tests/common.py: Make distcheck pass --- tests/enum.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/enum.py') 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() -- cgit