]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added mysql to module list
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2005 06:19:34 +0000 (06:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2005 06:19:34 +0000 (06:19 +0000)
lib/sqlalchemy/databases/__init__.py

index 7f47fc4d2532672ca317dc65e1bba2444a2a5a1b..2775af65c684653ddc2cc37f4805bdfbd951d448 100644 (file)
@@ -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