diff options
author | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 10:14:25 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2004-07-19 10:14:25 +0000 |
commit | fb6e18271f6dff9d1c4ef9f19019634371559585 (patch) | |
tree | 0be4a9e8d79c539ca80dc1ea99476bd92e61a590 /tests/enum.py | |
parent | 15ade3fde2f5946886466c5788fa49314583af83 (diff) | |
download | pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.tar.gz pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.tar.xz pygobject-fb6e18271f6dff9d1c4ef9f19019634371559585.zip |
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
Diffstat (limited to 'tests/enum.py')
-rw-r--r-- | tests/enum.py | 1 |
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() |