Mercurial > p > roundup > code
comparison roundup/backends/back_postgresql.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | f9316d2cd5ba |
| children | 261c2e6ceb1e |
comparison
equal
deleted
inserted
replaced
| 2004:1782fe36e7b8 | 2005:fc52d57c6c3e |
|---|---|
| 3 # | 3 # |
| 4 # This module is free software, and you may redistribute it and/or modify | 4 # This module is free software, and you may redistribute it and/or modify |
| 5 # under the same terms as Python, so long as this copyright message and | 5 # under the same terms as Python, so long as this copyright message and |
| 6 # disclaimer are retained in their original form. | 6 # disclaimer are retained in their original form. |
| 7 # | 7 # |
| 8 # psycopg backend for roundup | 8 '''Postgresql backend via psycopg for Roundup.''' |
| 9 # | 9 __docformat__ = 'restructuredtext' |
| 10 | |
| 10 | 11 |
| 11 from roundup import hyperdb, date | 12 from roundup import hyperdb, date |
| 12 from roundup.backends import rdbms_common | 13 from roundup.backends import rdbms_common |
| 13 import psycopg | 14 import psycopg |
| 14 import os, shutil, popen2 | 15 import os, shutil, popen2 |
