summaryrefslogtreecommitdiff
path: root/service/pixelated/runserver.py
diff options
context:
space:
mode:
authorLeonardo Schäffer <leonardo.schaffer@gmail.com>2015-06-25 11:20:44 -0300
committerLeonardo Schäffer <leonardo.schaffer@gmail.com>2015-06-25 11:20:44 -0300
commit42f31aa607750eb7c00224e7c1c353b27cbd7519 (patch)
tree4bbfae731c8427c526f22bacb9136e5ed3e69d8c /service/pixelated/runserver.py
parent7f349abe67b8e1a71798478f6c26b08773f2d869 (diff)
parent0b179c61043a9854fa23b8fd40fd252864ecd021 (diff)
Merge branch 'master' into floatlabel_for_compose
Diffstat (limited to 'service/pixelated/runserver.py')
-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()