]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove monetdb typo
authorMatt Harrison <matthewharrison@gmail.com>
Mon, 7 Apr 2008 22:48:39 +0000 (22:48 +0000)
committerMatt Harrison <matthewharrison@gmail.com>
Mon, 7 Apr 2008 22:48:39 +0000 (22:48 +0000)
lib/sqlalchemy/databases/__init__.py

index 9d91ed66c618f62ddcea900ada0b9db42d949dba..7bb8356f2e36dc9de7c6ea829c372da71bb531d3 100644 (file)
@@ -7,5 +7,5 @@
 
 __all__ = [
     'sqlite', 'postgres', 'mysql', 'oracle', 'mssql', 'firebird',
-    'sybase', 'access', 'maxdb', 'monetdb'
+    'sybase', 'access', 'maxdb'
     ]