Show
Ignore:
Timestamp:
12/17/09 12:16:29 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Parents:
109:bfb2aabc0b11 (diff), 89:2055309341f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged license change from trunk

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • imapclient/test/__init__.py

    r108 r110  
     1# Copyright (c) 2009, Menno Smits 
     2# Released subject to the New BSD License 
     3# Please see http://en.wikipedia.org/wiki/BSD_licenses 
     4 
    15import sys 
    26import glob 
  • imapclient/test/__init__.py

    r87 r110  
    2626def run_suite(): 
    2727    suite = load_suite() 
    28     runner = unittest.TextTestRunner(verbosity=1) 
     28    runner = unittest.TextTestRunner(verbosity=2) 
    2929    runner.run(suite) 
    3030