changeset 684:3b062018273a

Add an import.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 19 Mar 2009 22:40:31 -0700
parents c838b3975bc6
children abd5d0c1def9
files web/hgbook/dbutil.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/web/hgbook/dbutil.py	Thu Mar 19 21:18:52 2009 -0700
+++ b/web/hgbook/dbutil.py	Thu Mar 19 22:40:31 2009 -0700
@@ -1,4 +1,5 @@
 import MySQLdb as mysql
+import sys
 
 def connect():
     try: