Skip to content

Commit

Permalink
Update DataInfo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud0x01 authored Feb 17, 2018
1 parent 1cee33e commit dbfae90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from Crypto.Cipher import AES
from Crypto.Util import Counter
from Crypto import Random
from Crypto.PublicKey import RSA,DSA
from Crypto.PublicKey import RSA
import os
import sys
import argparse
Expand Down Expand Up @@ -552,4 +552,4 @@ def main():
form = args.form
if not output:
output = None
main()
main()

0 comments on commit dbfae90

Please sign in to comment.