"""Routines to handle CREATE/DROP workflow."""
-### TODO: CREATE TABLE and DROP TABLE have been moved out so far.
-### Index, ForeignKey, etc. still need to move.
-
from sqlalchemy import engine, schema
from sqlalchemy.sql import util as sql_util
try:
table = metadata.tables[key]
if not useexisting and bool(args):
- import pdb
- pdb.set_trace()
raise exc.InvalidRequestError(
"Table '%s' is already defined for this MetaData instance. "
"Specify 'useexisting=True' to redefine options and "
import optparse, os, sys, re, ConfigParser, time, warnings
+
+# 2to3
import StringIO
+
logging, require = None, None