Bug in last commit

This commit is contained in:
Piotr Mitros
2012-01-27 22:39:56 -05:00
parent 04a7be0ae7
commit cbd8a96431

View File

@@ -3,6 +3,8 @@ from util import contextualize_text
from calc import evaluator
import random, math
from django.conf import settings
import eia
import calc
# TODO: Should be the same object as in capa_problem
global_context={'random':random,