This commit is contained in:
hakril
2016-04-27 00:33:02 +02:00
parent a988ad03e3
commit c2c3fe2dc2
11 changed files with 70 additions and 36 deletions
+1
View File
@@ -15,6 +15,7 @@ print("")
print("There is {0} processes".format(len(system.processes)))
print("There is {0} threads".format(len(system.threads)))
print("")
print("Dumping first logical drive:")
drive = system.logicaldrives[0]
print(" " + str(drive))