[code.view]

[top] / python / PyMOTW / platform / platform_architecture.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import platform
     
     print 'interpreter:', platform.architecture()
     print '/bin/ls    :', platform.architecture('/bin/ls')

[top] / python / PyMOTW / platform / platform_architecture.py

contact | logmethods.com