diff sqlpyPlus.py @ 39:5d29e6a21c6f

ready to package cmd2
author devlinjs@FA7CZA6N1254998.wrightpatterson.afmc.ds.af.mil
date Thu, 03 Jan 2008 13:48:50 -0500
parents d3b2f9c6e536
children 1fb9f7dee7d8
line wrap: on
line diff
--- a/sqlpyPlus.py	Thu Jan 03 13:23:06 2008 -0500
+++ b/sqlpyPlus.py	Thu Jan 03 13:48:50 2008 -0500
@@ -186,7 +186,8 @@
 """
 }
 
-import sys, os, re, sqlpython, cx_Oracle, pyparsing, flagReader
+import sys, os, re, sqlpython, cx_Oracle, pyparsing
+from cmd2 import flagReader
 
 if float(sys.version[:3]) < 2.3:
     def enumerate(lst):