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