1
1
mirror of https://github.com/psycopg/psycopg2.git synced 2025-05-13 11:33:41 +03:00

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. 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> # Copyright (C) 2012 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# #