Issue 83: Period importing
Status:  Invalid
Owner: ----
Closed:  Feb 2011
Project Member Reported by jmil...@cristoreyny.org, Feb 10, 2011
...works well, but there are two problems.

(1)
Needed to comment out line 144 of sis/importer.py in convert_time()
	print xlrd.xldate_as_tuple(value, 0)[3:]
Otherwise period import throws <type 'exceptions.IOError'>sys.stdout access restricted by mod_wsgi

(2)
Weekday names are case sensitive.  'monday' works but 'Monday' doesn't.
Error at: weekday <class 'django.core.exceptions.ValidationError'>{'weekday': [u"Value u'Monday' is not a valid choice."]}

Feb 10, 2011
Project Member #1 dmbs...@gmail.com
1) fixed
2) Invalid, changing this anyway.
Status: Invalid