From b88abb7c91f13617b15e48005e516d76605436e3 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 19 Oct 2014 17:29:04 -0600 Subject: [PATCH] Remote servers and load-balancing (still things to improve). --- gns3server/handlers/version_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gns3server/handlers/version_handler.py b/gns3server/handlers/version_handler.py index ec83d4ce..30c55d40 100644 --- a/gns3server/handlers/version_handler.py +++ b/gns3server/handlers/version_handler.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import tornado.web from .auth_handler import GNS3BaseHandler from ..version import __version__