agronholm / jython-swingutils (http://pypi.python.org/pypi/jython-swingutils/)

An assortment of utility classes and functions that ease the task of writing GUI applications with the Java Swing toolkit.

commit 56: 0f3c800b2e41
parent 55: da1103886b6f
branch: default
Removed unnecessary imports
Alex Grönholm / agronholm
4 months ago

Changed (Δ19 bytes):

raw changeset »

tests/test_binding.py (1 lines added, 1 lines removed)

Up to file-list tests/test_binding.py:

1
from nose.tools import eq_, raises, set_trace
1
from nose.tools import eq_
2
2
3
3
from swingutils.beans import AutoChangeNotifier
4
4
from swingutils.binding import ValueHolder, bindProperty