[code.view]

[top] / python / PyMOTW / uuid / uuid_uuid1_repeat.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import uuid
     
     for i in xrange(3):
         print uuid.uuid1()
     

[top] / python / PyMOTW / uuid / uuid_uuid1_repeat.py

contact | logmethods.com