diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-10-13 16:40:20 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-10-13 16:40:20 +0000 |
| commit | 1a07957f7e64f34d009e09b61871d55c06cdd2cf (patch) | |
| tree | 9edd6cea25528c5e34693f1d4db307038504799b | |
| parent | c142094ffbd7a79dbb68d54487a1d6380f20d73d (diff) | |
Removed trailing whitespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/core/management/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py index 73baf8c149..5d7608382a 100644 --- a/django/core/management/base.py +++ b/django/core/management/base.py @@ -19,7 +19,7 @@ def handle_default_options(options): os.environ['DJANGO_SETTINGS_MODULE'] = options.settings if options.pythonpath: sys.path.insert(0, options.pythonpath) - + class BaseCommand(object): # Metadata about this command. option_list = ( @@ -174,7 +174,7 @@ def copy_helper(style, app_or_project, name, directory, other_name=''): """ Copies either a Django application layout template or a Django project layout template into the specified directory. - + * style - A color style object (see django.core.management.color). * app_or_project - The string 'app' or 'project'. * name - The name of the application or project. |
