Commit 282a314f authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed code at the end of the file.

parent d1b3c698
Loading
Loading
Loading
Loading
+8 −13
Original line number Diff line number Diff line
@@ -31,8 +31,3 @@ class Checksum(object):
                        filePath = os.path.abspath(folder) + '/' + file
                        md5file.write(self.md5sum(filePath) + "  ./" + file + '\n')
                    md5file.close()


script, folderName = sys.argv
md5calc = Checksum()
md5calc.recursive(folderName)