diff options
author | prathamesh | 2014-07-15 12:34:44 +0530 |
---|---|---|
committer | prathamesh | 2014-07-15 12:34:44 +0530 |
commit | 5f232eeec1588d6c99167dd1fb1a309e15398325 (patch) | |
tree | 74ddfa2708bb31cac12f6404d83620ddcfc83db4 | |
parent | 1e2cff5c412539e037ddc2bd0a72624e9a8da665 (diff) | |
download | online_test-5f232eeec1588d6c99167dd1fb1a309e15398325.tar.gz online_test-5f232eeec1588d6c99167dd1fb1a309e15398325.tar.bz2 online_test-5f232eeec1588d6c99167dd1fb1a309e15398325.zip |
indentation
-rw-r--r-- | testapp/setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testapp/setup.py b/testapp/setup.py index 101f8f4..a5ca067 100644 --- a/testapp/setup.py +++ b/testapp/setup.py @@ -17,9 +17,9 @@ setup( description='A django app to conduct online test.', long_description=README, install_requires=[ - 'django', - 'django-taggit', - 'django-taggit-autocomplete-modified', + 'django', + 'django-taggit', + 'django-taggit-autocomplete-modified', ], classifiers=[ 'Development Status :: 4 - Beta', |