Ignore:
Timestamp:
Jan 21, 2012, 6:24:36 PM (12 years ago)
Author:
Daniel Cooper <danny@…>
Branches:
no-cups
Children:
6c60b2e
Parents:
279640c (diff), bd5bffc (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.
git-author:
Daniel Cooper <danny@…> (01/21/12 18:24:36)
git-committer:
Daniel Cooper <danny@…> (01/21/12 18:24:36)
Message:

Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/test/server/job.py

    radf8cf0 rbd5bffc  
    66import sys
    77import time
     8import logging
    89
    910def make_tempfile():
     
    204205
    205206if __name__ == "__main__":
     207    logging.basicConfig(loglevel=logging.CRITICAL)
    206208    unittest.main()
Note: See TracChangeset for help on using the changeset viewer.