Commit 7b0f5483 by Calen Pennington

Minor review notes

parent b21590c0
### ###
### Script for importing courseware form XML format ### Script for importing courseware from XML format
### ###
from django.core.management.base import BaseCommand, CommandError from django.core.management.base import BaseCommand, CommandError
......
from django.test import TestCase from django.test import TestCase
from path import path from path import path
import shutil import shutil
from github_sync import import_from_github, export_to_github, load_repo_settings, sync_all_with_github, sync_with_github from github_sync import (
import_from_github, export_to_github, load_repo_settings,
sync_all_with_github, sync_with_github
)
from git import Repo from git import Repo
from django.conf import settings from django.conf import settings
from xmodule.modulestore.django import modulestore from xmodule.modulestore.django import modulestore
......
...@@ -33,7 +33,6 @@ def get_logger_config(log_dir, ...@@ -33,7 +33,6 @@ def get_logger_config(log_dir,
return { return {
'version': 1, 'version': 1,
'disable_existing_loggers': True,
'formatters' : { 'formatters' : {
'standard' : { 'standard' : {
'format' : '%(asctime)s %(levelname)s %(process)d [%(name)s] %(filename)s:%(lineno)d - %(message)s', 'format' : '%(asctime)s %(levelname)s %(process)d [%(name)s] %(filename)s:%(lineno)d - %(message)s',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment