Mercurial > p > roundup > code
comparison roundup/backends/back_postgresql.py @ 2107:b7404a96b58a 0.7.0b1
minor pre-release / test fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Mar 2004 06:18:59 +0000 |
| parents | 18addf2a8596 |
| children | 20507f6759fc |
comparison
equal
deleted
inserted
replaced
| 2106:12a902ea1dcd | 2107:b7404a96b58a |
|---|---|
| 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 '''Postgresql backend via psycopg for Roundup.''' | 8 '''Postgresql backend via psycopg for Roundup.''' |
| 9 __docformat__ = 'restructuredtext' | 9 __docformat__ = 'restructuredtext' |
| 10 | |
| 11 | 10 |
| 12 import os, shutil, popen2, time | 11 import os, shutil, popen2, time |
| 13 import psycopg | 12 import psycopg |
| 14 | 13 |
| 15 from roundup import hyperdb, date | 14 from roundup import hyperdb, date |
