Merge pull request #6501 from edx/adam/update-copy-date

update copyright dates
This commit is contained in:
Adam
2015-01-12 10:59:11 -05:00
3 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import lms.envs.common
# Although this module itself may not use these imported variables, other dependent modules may.
from lms.envs.common import (
USE_TZ, TECH_SUPPORT_EMAIL, PLATFORM_NAME, BUGS_EMAIL, DOC_STORE_CONFIG, ALL_LANGUAGES, WIKI_ENABLED, MODULESTORE,
update_module_store_settings, ASSET_IGNORE_REGEX
update_module_store_settings, ASSET_IGNORE_REGEX, COPYRIGHT_YEAR
)
from path import path
from warnings import simplefilter