From 95ceeb098c9467d70c44825e8d7e4782d3a1289b Mon Sep 17 00:00:00 2001 From: Branson Stephens <stephenb@uwm.edu> Date: Mon, 11 Feb 2013 13:00:34 -0600 Subject: [PATCH] fixed branson settings so that logging works. Bad. --- settings/branson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/branson.py b/settings/branson.py index 72bacff7d..e0c1dec4f 100644 --- a/settings/branson.py +++ b/settings/branson.py @@ -1,4 +1,4 @@ -import logSettings +from logSettings import * CONFIG_NAME = "Branson" -- GitLab