Remove try..except block, now pyaes is made available during setup

This commit is contained in:
Dan 2018-01-17 00:16:23 +01:00
parent bbad1f774e
commit 3686f6921d

View File

@ -16,10 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
try:
from pyaes import AES from pyaes import AES
except ImportError:
pass
BLOCK_SIZE = 16 BLOCK_SIZE = 16