Merge pull request #53 from thusoy/master

Make JSONType importable from root
This commit is contained in:
Konsta Vesterinen
2013-12-15 23:41:53 -08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ from .types import (
instrumented_list,
InstrumentedList,
IPAddressType,
JSONType,
LocaleType,
Password,
PasswordType,

View File

@@ -6,6 +6,7 @@ from .color import ColorType
from .country import CountryType, Country
from .email import EmailType
from .ip_address import IPAddressType
from .json import JSONType
from .locale import LocaleType
from .number_range import (
NumberRangeRawType,
@@ -30,6 +31,7 @@ __all__ = (
Country,
EmailType,
IPAddressType,
JSONType,
LocaleType,
NumberRangeRawType,
NumberRangeType,