this import forgot to get removed from
Ia7519ac4371a635f05ac69a3a4d0f4e6d2f04cad , removing it
in post-production.
We will need "enum" soon enough when we go to Python 3 only.
Change-Id: I28297c2ed9f87fd0841076b861b8eeb610754dc3
(cherry picked from commit
ecb392c5f927ab117f9704ce373bf2af1dbe5b69)
from sqlalchemy.testing.suite import test_types as suite
from sqlalchemy.testing.util import round_decimal
-try:
- import enum
-except ImportError:
- enum = None
-
tztable = notztable = metadata = table = None