diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
commit | 0c67c641a8ddbe2f19dc337fa617ab350733ef49 (patch) | |
tree | 7a2880513bfdb408fad7352e9cdedededd2c4833 /lib/psycopg1.py | |
parent | 3168e7b95d2eceb165bef55cd8c8f6e05872b531 (diff) | |
download | psycopg2-0c67c641a8ddbe2f19dc337fa617ab350733ef49.tar.gz |
Better docstrings for lib/ modules.
Diffstat (limited to 'lib/psycopg1.py')
-rw-r--r-- | lib/psycopg1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psycopg1.py b/lib/psycopg1.py index 76fd788..2b06ca7 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 as follows: +old code hile porting to psycopg 2. Import it as follows: - from psycopg import psycopg1 as psycopg + from psycopg2 import psycopg1 as psycopg """ # psycopg/psycopg1.py - psycopg 1.1.x compatibility module # |