aboutsummaryrefslogtreecommitdiff
path: root/dicoweb/manage.py
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2013-03-08 20:21:32 +0100
committerWojciech Polak <polak@gnu.org>2013-03-08 20:42:56 +0100
commit8f61a0bf3cd35445dc5cb5c18faf69d3a1d32680 (patch)
tree2c4f046ee1a2c82c400b47ad9ace60c73aac3f9c /dicoweb/manage.py
parent9d08cdfd73267b2fcd84b968258536cbdfad9af2 (diff)
downloaddico-8f61a0bf3cd35445dc5cb5c18faf69d3a1d32680.tar.gz
dico-8f61a0bf3cd35445dc5cb5c18faf69d3a1d32680.tar.bz2
PEP8 code formatting changes.
Update Dicoweb for Django 1.4+ Add requirements.txt file for PIP.
Diffstat (limited to 'dicoweb/manage.py')
-rw-r--r--dicoweb/manage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dicoweb/manage.py b/dicoweb/manage.py
index 8c0a156..a219c13 100644
--- a/dicoweb/manage.py
+++ b/dicoweb/manage.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# This file is part of GNU Dico.
-# Copyright (C) 2008-2009, 2012 Wojciech Polak
+# Copyright (C) 2008-2009, 2012, 2013 Wojciech Polak
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,4 +20,4 @@ from django.core.management import execute_manager
import settings
if __name__ == '__main__':
- execute_manager (settings)
+ execute_manager(settings)

Return to:

Send suggestions and report system problems to the System administrator.