Skip to content

Commit

Permalink
refactor buttonbox: Simplify validations
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdenis committed Oct 23, 2016
1 parent 76b7278 commit e5c0a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easygui/boxes/button_box_validations.py
@@ -1,4 +1,5 @@

# Validation of images

def validate_images(image, images):
"""
Expand Down Expand Up @@ -52,7 +53,7 @@ def _is_sequence(something):
return hasattr(something, "__getitem__") or hasattr(something, "__iter__")


# Validate msg -------------------------------------------------------------
# Validation of the msg -------------------------------------------------------------

def validate_msg(something):
"""
Expand Down

0 comments on commit e5c0a22

Please sign in to comment.