Minor review notes

This commit is contained in:
Calen Pennington
2012-07-30 16:11:35 -04:00
parent ab0055c201
commit 89b5f5b2be
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
from django.test import TestCase
from path import path
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 django.conf import settings
from xmodule.modulestore.django import modulestore