Pasto fixed

This commit is contained in:
Daniele Varrazzo 2012-09-20 03:44:50 +01:00
parent 9b2ad7abb5
commit 5645e7adef

View File

@ -5,7 +5,7 @@ on psycopg2.extension, so I can't create the default JSON typecasters in
extensions importing register_json from extras.
"""
# psycopg/extras.py - miscellaneous extra goodies for psycopg
# psycopg/_json.py - Implementation of the JSON adaptation objects
#
# Copyright (C) 2012 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#