From 9ae685647c30944476e658c3974e84498daaf0d9 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sat, 18 Jun 2016 13:02:20 +0200 Subject: [PATCH] fix scramblesuit --- pupy/network/transports/scramblesuit/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupy/network/transports/scramblesuit/conf.py b/pupy/network/transports/scramblesuit/conf.py index c524fbe5..811f8412 100644 --- a/pupy/network/transports/scramblesuit/conf.py +++ b/pupy/network/transports/scramblesuit/conf.py @@ -1,7 +1,7 @@ # -*- coding: UTF8 -*- # Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu) # Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms -from network.transports import Transport +from network.transports import * from network.lib import * from network.lib.transports.scramblesuit.scramblesuit import ScrambleSuitClient, ScrambleSuitServer