On Sep 27, 2008, at 5:47 PM, Jeff wrote:
> Traceback (most recent call last):
Doh! That's what I get for writing that off the top of my head!
Change the lines:
for kk, vv in self.currentConn.items():
print "%s: >%s<" % (kk, vv)
to:
for kk, vv in self.connDict[self.currentConn].items():
print "%s: >%s<" % (kk, vv)
Sorry about that!
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]