1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-12 17:10:55 +00:00

Remote servers and load-balancing (still things to improve).

This commit is contained in:
grossmj 2014-10-19 17:29:04 -06:00
parent 5f4b3c547b
commit b88abb7c91

View File

@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import tornado.web
from .auth_handler import GNS3BaseHandler from .auth_handler import GNS3BaseHandler
from ..version import __version__ from ..version import __version__