/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/dbdialog.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/dbdialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1624 by bh, Wed Aug 20 13:14:22 2003 UTC revision 1625 by bh, Thu Aug 21 16:02:23 2003 UTC
# Line 13  import sys, traceback Line 13  import sys, traceback
13    
14  from wxPython.wx import *  from wxPython.wx import *
15    
16  import psycopg  try:
17        import psycopg
18    except ImportError:
19        psycopg = None
20    
21  from Thuban import _  from Thuban import _
22  from Thuban.UI.dialogs import NonModalDialog  from Thuban.UI.dialogs import NonModalDialog

Legend:
Removed from v.1624  
changed lines
  Added in v.1625

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26