dabo Commit
Revision 3626
Date: 2007-11-06 12:58:36 -0800 (Tue, 06 Nov 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3626
Changed:
U trunk/dabo/dApp.py
Log:
Oops, fixed bad commit. I'm kind of under the gun here...
Diff:
Modified: trunk/dabo/dApp.py
===================================================================
--- trunk/dabo/dApp.py 2007-11-06 20:57:01 UTC (rev 3625)
+++ trunk/dabo/dApp.py 2007-11-06 20:58:36 UTC (rev 3626)
@@ -395,7 +395,7 @@
update = False
# Frozen App:
- if sys.hasattr("frozen"):
+ if hasattr(sys, "frozen"):
update = False
if not update:
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]