IS_IPADDRESS added to __all__

This commit is contained in:
mdipierro
2013-05-03 08:27:35 -05:00
parent bc481e954c
commit 8e4bc72fca
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ __all__ = [
'IS_INT_IN_RANGE',
'IS_IPV4',
'IS_IPV6',
'IS_IPADDRESS',
'IS_LENGTH',
'IS_LIST_OF',
'IS_LOWER',