diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-03-01 16:41:02 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-03-01 16:41:02 +0000 |
commit | e5f558a6be623ab09f3517a0ff03f94610d18c0e (patch) | |
tree | fe015778906681a05cf26e3bb0509ed86459acbe /examples/binary.py | |
parent | 3141770f5332008165ea5f74057a9932454bf655 (diff) | |
download | psycopg2-e5f558a6be623ab09f3517a0ff03f94610d18c0e.tar.gz |
COPY FROM works.
Diffstat (limited to 'examples/binary.py')
-rw-r--r-- | examples/binary.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/binary.py b/examples/binary.py index 3b543e5..f15a5fa 100644 --- a/examples/binary.py +++ b/examples/binary.py @@ -18,7 +18,8 @@ DSN = 'dbname=test' ## don't modify anything below tis line (except for experimenting) -import sys, psycopg +import sys +import psycopg if len(sys.argv) > 1: DSN = sys.argv[1] |