fix scramblesuit

This commit is contained in:
n1nj4sec 2016-06-18 13:02:20 +02:00
parent 7510d2f070
commit 9ae685647c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: UTF8 -*- # -*- coding: UTF8 -*-
# Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu) # 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 # 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 import *
from network.lib.transports.scramblesuit.scramblesuit import ScrambleSuitClient, ScrambleSuitServer from network.lib.transports.scramblesuit.scramblesuit import ScrambleSuitClient, ScrambleSuitServer