From: Mike Bayer Date: Sun, 27 Nov 2005 06:19:34 +0000 (+0000) Subject: added mysql to module list X-Git-Tag: rel_0_1_0~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709b525a3f6432c0606de4030406d57a17475b12;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added mysql to module list --- diff --git a/lib/sqlalchemy/databases/__init__.py b/lib/sqlalchemy/databases/__init__.py index 7f47fc4d25..2775af65c6 100644 --- a/lib/sqlalchemy/databases/__init__.py +++ b/lib/sqlalchemy/databases/__init__.py @@ -16,4 +16,4 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -__ALL__ = ['oracle', 'postgres', 'sqlite'] \ No newline at end of file +__ALL__ = ['oracle', 'postgres', 'sqlite', 'mysql'] \ No newline at end of file