Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Allow autograder to import autograde_hi_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kxmbrian committed Jan 25, 2016
1 parent 7c74cb0 commit 7da3810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/sandbox/cos_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def setJS(jsStr):
'functools', 'itertools', 'operator', 'string',
'collections', 're', 'json', 'csv','copy','copyreg', 'autograde_runes',
'engine','hungry_games_classes','hungry_games','simulation',
'heapq', 'bisect','inspect','__future__', 'generic_arith_min', 'encodings.idna', 'encodings', 'urllib', 'urllib.error', 'buses', 'uuid')
'heapq', 'bisect','inspect','__future__', 'generic_arith_min',
'encodings.idna', 'encodings', 'urllib', 'urllib.error', 'buses', 'uuid',
'autograde_hi_graph')

# whitelist of custom modules to import into OPT
# (TODO: support modules in a subdirectory, but there are various
Expand Down

0 comments on commit 7da3810

Please sign in to comment.