~cjohnston/summit/spelling

« back to all changes in this revision

Viewing changes to summit/schedule/management/commands/initslots.py

  • Committer: Tarmac
  • Author(s): chrisjohnston at ubuntu
  • Date: 2011-06-26 18:00:31 UTC
  • mfrom: (124.1.1 feedback)
  • Revision ID: nigelbabu@gmail.com-20110626180031-yjyjeyqmcnf2h0nz
[r=nigelbabu][chrisjohnston][798822] Adds a print statement to provide feedback when initslots has completed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                slottime = slottime + duration
115
115
                
116
116
            date = date + day
117
 
 
 
117
        print "Initializing slots complete."