Message10856
As seen in this hacky workaround for the lazy_reload package (https://github.com/boostpro/lazy_reload):
def is_submodule_name( name, root_name ):
try:
return (name + '.').startswith(root_name + '.')
except:
return (name + '.').startswith(root_name.__name__ + '.') |
|
Date |
User |
Action |
Args |
2016-05-11 16:36:37 | zyasoft | set | recipients:
+ zyasoft |
2016-05-11 16:36:37 | zyasoft | set | messageid: <1462984597.78.0.692292920939.issue2499@psf.upfronthosting.co.za> |
2016-05-11 16:36:37 | zyasoft | link | issue2499 messages |
2016-05-11 16:36:36 | zyasoft | create | |
|