Django

Code

Changeset 5909

Show
Ignore:
Timestamp:
08/16/07 14:34:25 (1 year ago)
Author:
adrian
Message:

Removed some trailing space in commands/syncdb.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management/commands/syncdb.py

    r5905 r5909  
    1616        from django.conf import settings 
    1717        from django.core.management.sql import table_list, installed_models, sql_model_create, sql_for_pending_references, many_to_many_sql_for_model, custom_sql_for_model, sql_indexes_for_model, emit_post_sync_signal 
    18              
     18 
    1919        verbosity = int(options.get('verbosity', 1)) 
    2020        interactive = options.get('interactive')