Skip to content

Commit

Permalink
tweaked androconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rossja committed Feb 4, 2012
1 parent a305666 commit 625927e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion androaxml.py
Expand Up @@ -53,7 +53,7 @@ def main(options, arguments) :
fd.write( buff )
fd.close()
elif options.version != None :
print "Androaxml version %s" % androconf.ANDROGUARD_VERSION
print "Androaxml version %s" % androconf.ANDROAXML_VERSION

if __name__ == "__main__" :
parser = OptionParser()
Expand Down
11 changes: 1 addition & 10 deletions androconf.py
Expand Up @@ -18,16 +18,7 @@

import logging, types, random, string

ANDROGUARD_VERSION = "1.0"

CONF = {
"BIN_DED" : "ded.sh",
"PATH_DED" : "./decompiler/ded/",
"PATH_DEX2JAR" : "./decompiler/dex2jar/",
"BIN_DEX2JAR" : "dex2jar.sh",
"PATH_JAD" : "./decompiler/jad/",
"BIN_JAD" : "jad",
}
ANDROAXML_VERSION = "0.0.1"

class Color:
normal = "\033[0m"
Expand Down

0 comments on commit 625927e

Please sign in to comment.