Advertisement
mmornati

Untitled

Aug 25th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. fp, pathname, description = imp.find_module('settings', app_path)
  2. mod = imp.load_module('settings', fp, pathname, description)
  3. if mod.SUB_APPS:   
  4.     print mod.SUB_APPS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement