From 13b19b9a165f433b4a78301965e54b685b7fd40a Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 16:53:26 +0000 Subject: [PATCH] Removed DEFAULT_HOME reference from defines_global --- defines_global.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/defines_global.py b/defines_global.py index f50a3e364..054935079 100755 --- a/defines_global.py +++ b/defines_global.py @@ -38,9 +38,6 @@ HIDDEN_ATTRIBS = ["CHANLIST"] # Server version number. EVENNIA_VERSION = 'Alpha' -# Default home definition. -from settings import DEFAULT_HOME - # The message to show when the user lacks permissions for something. NOPERMS_MSG = "You do not have the necessary permissions to do that."