WIP: Trying to get tests working

This commit is contained in:
Calen Pennington
2012-12-13 11:06:10 -05:00
parent 7e224f5847
commit 01411ae66e
30 changed files with 219 additions and 197 deletions

View File

@@ -7,7 +7,7 @@ import logging
import requests
log = logging.getLogger('mitx.' + __name__)
log = logging.getLogger(__name__)
dateformat = '%Y%m%d%H%M%S'
def make_hashkey(seed):