Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Fiedler committed Aug 16, 2012
1 parent a080631 commit 6c8e1f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lms/djangoapps/courseware/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ def _has_access_course_desc(user, course, action):
'staff' -- staff access to course.
"""
def can_load():
<<<<<<< Updated upstream
"""
Can this user load this course?
=======
"""Can this user load this course?
>>>>>>> Stashed changes
NOTE: this is not checking whether user is actually enrolled in the course.
"""
Expand Down

0 comments on commit 6c8e1f2

Please sign in to comment.