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 -1
View File
@@ -1 +1 @@
Version 2.4.6-stable+timestamp.2013.05.02.20.31.34
Version 2.4.6-stable+timestamp.2013.05.03.08.26.50
+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',