Package afx :: Module all
[hide private]
[frames] | no frames]

Source Code for Module afx.all

1  # -*- mode: python; tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4; -*- 
2  # vim:et:sw=4:ts=4 
3   
4  import __init__ 
5  for pkg in __init__.__all__: 
6      exec 'from ' + pkg + ' import *' 
7