Python-namespace
$ ls lib
customer order
$ ls lib/customer
__init__.py models.py$ python
Python 2.5.2 (r252:60911, Jul 22 2009, 15:35:03)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import customer.models
>>> customer.models
<module 'customer.models' from '/home/kamal/python/lib/customer/models.py'>Last updated