mirror of https://github.com/n1nj4sec/pupy.git
fix scramblesuit
This commit is contained in:
parent
7510d2f070
commit
9ae685647c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue