#2141: commands.py file conflicts with python standard library
------------------------+---------------------------------------------------
Reporter: zafy | Owner: faide
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: TurboGears | Version: 1.0.8
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by Chris Arndt):
There should be no problem if you always import the `commands` module from
your app with `"import yourpkg.commands"` or `"from yourpkg import
commands"`. This is one reason why namespace support in Python is so
useful.
Besides the `commands` module from the standard library is no more in
Python 3.0.
I'm tempted to close this a invalid. Maybe you should give specific
examples of issues you encountered?
--
Ticket URL: <http://trac.turbogears.org/ticket/2141#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---