]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Formatting.
authorJason Kirtland <jek@discorporate.us>
Mon, 19 May 2008 23:10:02 +0000 (23:10 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 19 May 2008 23:10:02 +0000 (23:10 +0000)
lib/sqlalchemy/databases/__init__.py

index 7bb8356f2e36dc9de7c6ea829c372da71bb531d3..9837cd136b66a339a2f8dc1120a248e38947888a 100644 (file)
@@ -5,7 +5,14 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 
-__all__ = [
-    'sqlite', 'postgres', 'mysql', 'oracle', 'mssql', 'firebird',
-    'sybase', 'access', 'maxdb'
-    ]
+__all__ = (
+    'access',
+    'firebird',
+    'maxdb',
+    'mssql',
+    'mysql',
+    'oracle',
+    'postgres',
+    'sqlite',
+    'sybase',
+    )