Package native :: Package outlook
[hide private]
[frames] | no frames]

Source Code for Package native.outlook

1  # module definer 
2   
3  try: 
4      # if we can't import the module then we won't work 
5      from outlook import * 
6  except: 
7      raise ImportError() 
8