Skip to content

Commit

Permalink
add hidden qbank import for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
coleshaw committed Dec 5, 2017
1 parent 67e14b0 commit 948b7f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# -*- mode: python -*-

import os
# The below two lines are for OS X only
# import sys
# sys.setrecursionlimit(10000)

block_cipher = None

Expand Down Expand Up @@ -74,7 +77,8 @@ a = Analysis(['main.py'],
'dlkit.records.osid',
'dlkit.records.osid.base_records',
'dlkit.records.osid.object_records',
'dlkit.records.adaptive.multi_choice_questions.randomized_questions'],
'dlkit.records.adaptive.multi_choice_questions.randomized_questions',
'dlkit.records.repository.basic.media_accessibility'],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit 948b7f3

Please sign in to comment.