You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TOMMAS framework specifies that all packages are delivered in a directory
beginning with a "+" sign. This policy does conflicts with Python's usual
import method. As a workaround, use the following:
tom = __import__('+tom', {}, {}, ['*'])
Original issue reported on code.google.com by dddvis...@gmail.com on 7 Mar 2011 at 7:08
Original issue reported on code.google.com by
dddvis...@gmail.comon 7 Mar 2011 at 7:08