From ed4fc64bb0ac61c27bc4af32962fb129e74a36bf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 27 Jul 2007 04:08:53 +0000 Subject: merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3. --- lib/sqlalchemy/engine/url.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/sqlalchemy/engine/url.py') diff --git a/lib/sqlalchemy/engine/url.py b/lib/sqlalchemy/engine/url.py index c5ad90ee9..1da76d7b2 100644 --- a/lib/sqlalchemy/engine/url.py +++ b/lib/sqlalchemy/engine/url.py @@ -1,10 +1,8 @@ -import re -import cgi -import sys -import urllib +"""Provide the URL object as well as the make_url parsing function.""" + +import re, cgi, sys, urllib from sqlalchemy import exceptions -"""Provide the URL object as well as the make_url parsing function.""" class URL(object): """Represent the components of a URL used to connect to a database. -- cgit v1.2.1