summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-06-09 17:15:39 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-06-09 17:15:39 -0300
commit7e05f1e58eaa37dc0de5b47ed10011a202d80ba6 (patch)
treea61fe9e1bb843c470e652a3274a65f1c4e7edadc /service
parentbc130c82cd2167c76c2f46cef2971b168fcc694e (diff)
Run server is not used anymore
Diffstat (limited to 'service')
-rw-r--r--service/pixelated/runserver.py21
1 files changed, 0 insertions, 21 deletions
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 <http://www.gnu.org/licenses/>.
-
-from config import initialize
-
-
-if __name__ == '__main__':
- initialize()