comparison web/hgbook/dbutil.py @ 749:7e7c47481e4f

Oops, this is the real merge for my hg's oddity
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri, 20 Mar 2009 16:43:35 +0800
parents 3b062018273a
children
comparison
equal deleted inserted replaced
748:d13c7c706a58 749:7e7c47481e4f
1 import MySQLdb as mysql 1 import MySQLdb as mysql
2 import sys
2 3
3 def connect(): 4 def connect():
4 try: 5 try:
5 import secrets 6 import secrets
6 except ImportError: 7 except ImportError: