This commit is contained in:
Phill Ridout 2017-11-09 20:39:17 +00:00
parent 881c3648cc
commit 536a187fb9
2 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ log = logging.getLogger(__name__ + '.__init__')
SLIMCHARS = 'fiíIÍjlĺľrtť.,;/ ()|"\'!:\\'
class ServiceItemContext(object):
"""
The context in which a Service Item is being generated

View File

@ -627,4 +627,3 @@ class TestTreeWidgetWithDnD(TestCase):
assert widget.allow_internal_dnd is False
assert widget.indentation() == 0
assert widget.isAnimated() is True