[Twisted-Python] Typo in /twisted/test/test_enterprise.py - Twisted 1.2 RC2

Please add bug reports and feature requests to http://twistedmatrix.com/bugs/.

This is fixed in CVS, thanks. dave On Wed, 2004-02-25 at 02:42, Paul Reznicek wrote:
Hi,
in lines 520-522 is a typo due editor copy of previous section. The code is working, but so clear for reading. Here the suggestion, original code commented out:
if psycopg is None: PsycopgTestCase.skip = "psycopg module not available" else: try: # conn = psycopg.connect(database=PostgresTestCase.DB_NAME, # user=PostgresTestCase.DB_USER, # password=PostgresTestCase.DB_PASS) conn = psycopg.connect(database=PsycopgTestCase.DB_NAME, user=PsycopgTestCase.DB_USER, password=PsycopgTestCase.DB_PASS)
TWISTED IS SUPER !!! Paul _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (3)
-
Dave Peticolas
-
Itamar Shtull-Trauring
-
Paul Reznicek