Home | Trees | Indices | Help |
---|
|
1 # This import exists for backward-compatibility. Do not copy this anti-pattern. 2 # 3 # It is in a try/except so that users of modules in the MSGMS package are not 4 # forced to import the MSGMS module and its dependencies. In particular, users 5 # are not forced to add the MSGMS module to the sandbox modules copied to the 6 # worker node. 7 try: 8 from MSGMS import * 9 except ImportError: 10 pass 11
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:29 2012 | http://epydoc.sourceforge.net |