From 7a8e53b3bdf9f8bd167b267d6a6c36f1b8265006 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 14 May 2013 12:15:40 +0200 Subject: [PATCH] Re-inserting ev.settings along with ev.settings_full. It got accidentally deleted in the previous commit. --- ev.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ev.py b/ev.py index 1deba1911..776107a30 100644 --- a/ev.py +++ b/ev.py @@ -89,6 +89,7 @@ if __name__ == "__main__": sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) from django.conf import settings as settings_full +from game import settings try: settings_full.configure() except RuntimeError: