diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2005-11-24 04:16:41 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2005-11-24 04:16:41 +0000 |
commit | 1bac0484b507df8959c9dc10cb2fb3d343ebaebd (patch) | |
tree | b2a6652dd3cc4145927ac519a13d751b08bd1417 /lib/psycopg1.py | |
parent | 5bdd055ca17d31b13a34ff1e673f6742ae7c5793 (diff) | |
download | psycopg2-1bac0484b507df8959c9dc10cb2fb3d343ebaebd.tar.gz |
Fixed a typo - but testing for SVN CRLF issues.
Diffstat (limited to 'lib/psycopg1.py')
-rw-r--r-- | lib/psycopg1.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/psycopg1.py b/lib/psycopg1.py index 82a3966..bf55ae5 100644 --- a/lib/psycopg1.py +++ b/lib/psycopg1.py @@ -2,9 +2,9 @@ This module uses the new style connection and cursor types to build a psycopg 1.1.1.x compatibility layer. It should be considered a temporary hack to run -old code hile porting to psycopg 2. Import it as follows:: - - from psycopg2 import psycopg1 as psycopg +old code while porting to psycopg 2. Import it as follows::
+
+ from psycopg2 import psycopg1 as psycopg
""" # psycopg/psycopg1.py - psycopg 1.1.x compatibility module # |