Merge pull request #59 from kelvinhammond/patch-1

Added URLType to global import
This commit is contained in:
Konsta Vesterinen
2014-01-12 07:19:03 -08:00

View File

@@ -46,6 +46,7 @@ from .types import (
ScalarListException,
TimezoneType,
TSVectorType,
URLType,
UUIDType,
)
@@ -100,6 +101,7 @@ __all__ = (
ScalarListType,
TimezoneType,
TSVectorType,
URLType,
UUIDType,
database_exists,
create_database,