Comment on Ask YC: Best practice for Python module imports?parentComments−skullsplitterOP17yYeah Ive thought of that (lets call it the meta-import) approach as well (tho never tried it). I dont know why I hesitated but Im glad to hear that it seems sound.−jay_kyburz17yAlso note, google app engine throws a warning if try and import anywhere but at the top.
Comments
Yeah Ive thought of that (lets call it the meta-import) approach as well (tho never tried it). I dont know why I hesitated but Im glad to hear that it seems sound.
Also note, google app engine throws a warning if try and import anywhere but at the top.