From 7e05f1e58eaa37dc0de5b47ed10011a202d80ba6 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 9 Jun 2015 17:15:39 -0300 Subject: Run server is not used anymore --- service/pixelated/runserver.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 service/pixelated/runserver.py (limited to 'service/pixelated') diff --git a/service/pixelated/runserver.py b/service/pixelated/runserver.py deleted file mode 100644 index 7b0a3b4f..00000000 --- a/service/pixelated/runserver.py +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (c) 2014 ThoughtWorks, Inc. -# -# Pixelated is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Pixelated is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with Pixelated. If not, see . - -from config import initialize - - -if __name__ == '__main__': - initialize() -- cgit v1.2.3