Hi,
in revision 4191 of tg/__init__.py line 57 I get an error, when I
checked it out,
seems "warnings.warn" should be "warn" only or the "from warnings
import warn" changed to import warnings.
- warnings.warn("TurboGearsApplication is depricated
UsePylonsApp", DeprecationWarning)
+ warn("TurboGearsApplication is depricated UsePylonsApp",
DeprecationWarning)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---