Changeset 96

Show
Ignore:
Timestamp:
04/28/08 11:38:46 (7 months ago)
Author:
fs
Message:

we don't need the uuid module anymore since r86

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r91 r96  
    6363install_requires = [] 
    6464 
    65 if sys.version_info < (2, 5): 
    66     install_requires.append('uuid') 
    67  
    6865setup( 
    6966        name="TurboMail",