Move date_utils to common/djangoapps/util

This commit is contained in:
Ned Batchelder
2014-02-14 16:03:32 -05:00
parent 7fd9d44210
commit 229f3522fa
9 changed files with 13 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<%inherit file="base.html" />
<%!
import logging
from xmodule.util.date_utils import get_default_time_display, almost_same_datetime
from util.date_utils import get_default_time_display, almost_same_datetime
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
%>