Commit 44718020 authored by Mario Chirinos's avatar Mario Chirinos

update

parent 7973bc9d
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
import os import os
#=============================================================================== #===============================================================================
def getMinMax(clase): def getMinMax(clase):
print(myModule.myPrint(text))
for item in os.listdir("."): for item in os.listdir("."):
if os.path.isdir(item): if os.path.isdir(item):
print(item) print(item)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment