Author: justi9
Date: 2008-02-27 15:41:15 -0500 (Wed, 27 Feb 2008)
New Revision: 1732
Modified:
mgmt/cumin/python/cumin/page.py
Log:
Explicitly import wooly.widgets.Link to avoid a (future) collision with mint.Link
Modified: mgmt/cumin/python/cumin/page.py
===================================================================
--- mgmt/cumin/python/cumin/page.py 2008-02-27 20:10:18 UTC (rev 1731)
+++ mgmt/cumin/python/cumin/page.py 2008-02-27 20:41:15 UTC (rev 1732)
@@ -12,6 +12,9 @@
from widgets import *
from util import *
+# We have a wooly.widgets.Link and a mint.Link; we want the former
+from wooly.widgets import Link
+
strings = StringCatalog(__file__)
class CuminPage(Page, ModeSet):
Show replies by date