From 1ebd9fc1a07647a9f9c949c05445ca1f94e8f68d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 8 Jul 2009 21:04:25 +0200 Subject: [PATCH] Fixed when the modules loads itself. Not supported by the older python installed on the webservers. --- www/web/elements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/web/elements.py b/www/web/elements.py index 9cc615c6..0eef273a 100644 --- a/www/web/elements.py +++ b/www/web/elements.py @@ -1,6 +1,6 @@ #!/usr/bin/python -from . import Data +from web import Data from banners import Banners from info import Info -- 2.47.3