| aaxConvert.py | ●●●●● patch | view | raw | blame | history |
aaxConvert.py
@@ -1,6 +1,7 @@ #!/usr/bin/python import argparse import os import glob # arguments # activation_key, file name, codec(default to mp3) @@ -21,5 +22,7 @@ else: print act_byte if os.path.isfile(args.filename): print os.path.abspath(args.filename) for rfile in glob.glob(args.filename): if (rfile.find("aax") != -1): if os.path.isfile(rfile): print os.path.abspath(rfile)