dabo Commit
Revision 4273
Date: 2008-07-13 10:29:54 -0700 (Sun, 13 Jul 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4273

Changed:
U   trunk/dabo/ui/dialogs/PreferenceDialog.py

Log:
This file was missing the import for the inspect module. Never noticed that 
until I tried building tweezer.app.


Diff:
Modified: trunk/dabo/ui/dialogs/PreferenceDialog.py
===================================================================
--- trunk/dabo/ui/dialogs/PreferenceDialog.py   2008-07-11 07:27:05 UTC (rev 
4272)
+++ trunk/dabo/ui/dialogs/PreferenceDialog.py   2008-07-13 17:29:54 UTC (rev 
4273)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 import sys
 import os
+import inspect
 import dabo
 if __name__ == "__main__":
        dabo.ui.loadUI("wx")




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to