From: Michael Tremer Date: Wed, 8 Jul 2009 19:04:25 +0000 (+0200) Subject: Fixed when the modules loads itself. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ebd9fc1a07647a9f9c949c05445ca1f94e8f68d;p=ipfire.org.git Fixed when the modules loads itself. Not supported by the older python installed on the webservers. --- 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