From 83da714a50fc4285f36e53d0a441bb0be44e14db Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 5 Jul 2012 10:30:04 -0400 Subject: [PATCH] Add more docstring to import_from_github --- cms/djangoapps/github_sync/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cms/djangoapps/github_sync/__init__.py b/cms/djangoapps/github_sync/__init__.py index 178291f7db..d00949e56e 100644 --- a/cms/djangoapps/github_sync/__init__.py +++ b/cms/djangoapps/github_sync/__init__.py @@ -13,7 +13,8 @@ def import_from_github(repo_settings): repo_settings is a dictionary with the following keys: path: file system path to the local git repo branch: name of the branch to track on github - org: name of the + org: name of the organization to use in the imported course + course: name of the coures to use in the imported course """ repo_path = repo_settings['path']